AvatarCLip Install
numpy:
from numpy import bool, int, float, complex, object, unicode, str, nan, inf
ImportError: cannot import name ‘bool’ from ‘numpy’ (D:\anaconda\envs\hybrik_py38_pytorch3d\lib\site-packages\numpy_init_.py)
————————————————
解决方案: pip install numpy==1.23 -i https://mirrors.aliyun.com/pypi/simple
pip install numpy==1.23 -i https://mirrors.aliyun.com/pypi/simple
neural_renderer
pip install neural_renderer_pytorch ERROR:
解决方案:
下载下面修改的git
https://github.com/wangyida/neural_renderer/tree/378989dcdae659c7021efda91ea20bf99cedf102
python setup.py install