Giter Site home page Giter Site logo

Comments (3)

pinnarandolf avatar pinnarandolf commented on May 26, 2024 3

Hi guys,
conda install pytorch3d -c pytorch3d==0.7.4 only works with Conda under Linux.
It does not work with Windows.

For Windows, you need CUDA 11.X or above - since SuGaR uses 11.8, the requisites should be met.
Use this instead:
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
see here:
https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md#building--installing-from-source

from sugar.

DiamondGlassDrill avatar DiamondGlassDrill commented on May 26, 2024 3

@Anttwo your description and @pinnarandolf both together made the trick Thanks!!!

from sugar.

Anttwo avatar Anttwo commented on May 26, 2024

Hi @DiamondGlassDrill,

I admit that I do not use mamba but conda, I don't know if this could be an issue.
If the environment.yml file does not work, you can try to install the packages one by one (there are only a few commands to run). The README.md file actually provides the commands to run with conda for installing the packages one by one, in the Installation section:

conda create --name sugar -y python=3.9
conda activate sugar
conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.8 -c pytorch -c nvidia
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install pytorch3d -c pytorch3d==0.7.4
conda install -c plotly plotly
conda install -c conda-forge rich
conda install -c conda-forge plyfile==0.8.1
conda install -c conda-forge jupyterlab
conda install -c conda-forge nodejs
conda install -c conda-forge ipywidgets
pip install open3d
pip install --upgrade PyMCubes

from sugar.

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.