-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you please share the requirements.txt or environment.yml #4
Comments
yes, I have met some problems when installing pytorch3d |
Maybe you can refer to this Issue. |
|
here are the log of installing the op. there are many warnings but no error python setup.py install
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! See https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md for help
warnings.warn(WRONG_COMPILER_WARNING.format( Installed /data/miniconda3/envs/fv/lib/python3.9/site-packages/upfirdn2d-0.0.0-py3.9-linux-x86_64.egg
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! See https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md for help
warnings.warn(WRONG_COMPILER_WARNING.format( Installed /data/miniconda3/envs/fv/lib/python3.9/site-packages/fused-0.0.0-py3.9-linux-x86_64.egg |
It seems that you didn't use ninja to compile the ops. |
maybe I have installed the wrong version of onnx and onnxruntime, could you please share the version of onnx* |
The onnxruntime version is '1.9.0'. The ops is borrowed from StyleGAN2. Maybe you can check the issues of this repository. |
I have solved this bug. It's just from pytorch1.10.0 installed by conda. |
It is possible since it takes about 20 minutes with a GTX3090, You can speed up the method by reducing the number of iterations appropriately. |
hello @leonardodora , can you share your environement please ? I m on unbuntun 20.4 too, setting up the env is a nightmare ! |
I have met some problems with the environment.
btw, can cuda11.2 works in faceverse?
The text was updated successfully, but these errors were encountered: