Giter VIP home page Giter VIP logo

Comments (3)

yuedajiong avatar yuedajiong commented on May 18, 2024 2

it looks that pytorch3d-0.7.1 is NOT supported to: python-3.8 + torcch-1.13.1.
I used pytorch3d-0.7.2, it is OK for me.

step by step:

wget https://github.com/YuliangXiu/ECON/archive/refs/heads/master.zip -O ECON-master.zip
unzip ECON-master.zip
mv ECON-master mesh-econ

cd mesh-econ

register: https://icon.is.tue.mpg.de/
bash fetch_data.sh #must same account for all

conda env create -f environment.yaml --name myecon
conda activate myecon
pip install -r requirements.txt
python -c "import torch; print(torch.version, torch.version.cuda)"

pip install --no-index --no-cache-dir pytorch3d==0.7.2 -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html
python -c "import pytorch3d; print(pytorch3d.version)"

cd ./lib/common/libmesh; python setup.py build_ext --inplace; cd ../../..
cd ./lib/common/libvoxelize; python setup.py build_ext --inplace; cd ../../..

from econ.

YuliangXiu avatar YuliangXiu commented on May 18, 2024
>>> pytorch3d.__version__
'0.7.1'
>>> torch.__version__
'1.13.1+cu116'

ECON works well on pytorch3d-0.7.1 and torch-1.13.1 at my local machine, if you don't want the texture, just re-export the mesh w/o any per-vertex colors.

from econ.

dpredie avatar dpredie commented on May 18, 2024

it looks that pytorch3d-0.7.1 is NOT supported to: python-3.8 + torcch-1.13.1. I used pytorch3d-0.7.2, it is OK for me.

step by step:

wget https://github.com/YuliangXiu/ECON/archive/refs/heads/master.zip -O ECON-master.zip unzip ECON-master.zip mv ECON-master mesh-econ

cd mesh-econ

register: https://icon.is.tue.mpg.de/ bash fetch_data.sh #must same account for all

conda env create -f environment.yaml --name myecon conda activate myecon pip install -r requirements.txt python -c "import torch; print(torch.version, torch.version.cuda)"

pip install --no-index --no-cache-dir pytorch3d==0.7.2 -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html python -c "import pytorch3d; print(pytorch3d.version)"

cd ./lib/common/libmesh; python setup.py build_ext --inplace; cd ../../.. cd ./lib/common/libvoxelize; python setup.py build_ext --inplace; cd ../../..

seems still not working..

(econ) C:\ECON>pip install --no-index --no-cache-dir pytorch3d==0.7.2 -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html
Looking in links: https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html
ERROR: Could not find a version that satisfies the requirement pytorch3d==0.7.2 (from versions: none)
ERROR: No matching distribution found for pytorch3d==0.7.2

from econ.

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.