Git Product home page Git Product logo

Comments (2)

geopavlakos avatar geopavlakos commented on August 20, 2024

I see you are working on a windows platform. You might want to take a look at issue #12, which has some debugging instructions from users that tried to install 4D Humans on windows.

from 4d-humans.

carlosedubarreto avatar carlosedubarreto commented on August 20, 2024

Hello @XuanzheChen ,

this link helped me a lot.
https://stackoverflow.com/a/72784255

If you like a rundown, I made this note that helps me to install detectron (usually the worst part of the process in windows, for me)

Instalando com versão pytorch 1.13 CUDA 11.7

conda install -c anaconda pywin32 -y
conda install -c anaconda cython -y
pip install git+https://github.com/facebookresearch/fvcore
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

pip install av
conda install -c anaconda scipy -y
conda install -c anaconda ninja -y
pip install torch==1.13.0 torchvision==0.14.0 --index-url https://download.pytorch.org/whl/cu117
pip install git+https://github.com/facebookresearch/detectron2.git

from 4d-humans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.