junzhezhang / DeformToon3D

Official code release for DeformToon3D: Deformable 3D Toonification from Neural Radiance Fields (ICCV 2023)
Other
54 stars 4 forks source link

Issues with Creating the Environment #2

Open Xzzit opened 1 year ago

Xzzit commented 1 year ago

First of all, thank you for your excellent work! I am encountering some issues while trying to set up the environment.

My working environment is WSL2 Ubuntu 22.04. After following the code you provided for creating the environment, I'm encountering numerous errors.

For example: Could not find a version that satisfies the requirement dataclasses==0.8 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6) ERROR: Could not find a version that satisfies the requirement detectron2==0.6 (from versions: none) ERROR: Could not find a version that satisfies the requirement human-det==0.0.2 (from versions: none)

Could you please update the environment.yaml file to resolve these issues?

Xzzit commented 1 year ago

PS: Some of these issues may be related to the Python version. For example, the first problem occurred because, since Python 3.7, dataclasses have become a built-in feature and no longer need to be installed.

Some issues may also be related to the PyTorch version. For instance, detectron2 can only be installed on Torch versions 1.8 to 1.10, whereas the torch version you have provided is torch 1.11.

Xia-zx commented 6 months ago

First of all, thank you for your excellent work! I am encountering some issues while trying to set up the environment.

My working environment is WSL2 Ubuntu 22.04. After following the code you provided for creating the environment, I'm encountering numerous errors.

For example: Could not find a version that satisfies the requirement dataclasses==0.8 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6) ERROR: Could not find a version that satisfies the requirement detectron2==0.6 (from versions: none) ERROR: Could not find a version that satisfies the requirement human-det==0.0.2 (from versions: none)

Could you please update the environment.yaml file to resolve these issues?

Did you solve the problem and run the code successfully?