OSSO
OSSO copied to clipboard
Error report when running the main.py in OSSO
Hi,
I got this error when I try to run "python main.py --mesh_input data/demo/body_female.ply --gender female -D -v"
"
(PY_3.8) C:\Users\Siyuanch\OSSO>python main.py --mesh_input data/demo/body_female.ply --gender female -D -v
C:\Users\Siyuanch\anaconda3\envs\PY_3.8\lib\site-packages\chumpy_init_.py:11: FutureWarning: In the future np.bool will be defined as the corresponding NumPy scalar.
from numpy import bool, int, float, complex, object, unicode, str, nan, inf
C:\Users\Siyuanch\anaconda3\envs\PY_3.8\lib\site-packages\chumpy_init_.py:11: FutureWarning: In the future np.object will be defined as the corresponding NumPy scalar.
from numpy import bool, int, float, complex, object, unicode, str, nan, inf
C:\Users\Siyuanch\anaconda3\envs\PY_3.8\lib\site-packages\chumpy_init_.py:11: FutureWarning: In the future np.str will be defined as the corresponding NumPy scalar.
from numpy import bool, int, float, complex, object, unicode, str, nan, inf
Traceback (most recent call last):
File "main.py", line 15, in
I have no clue to solve this problem. I suspect it is because I did something wrong in the step of 'make all ' in mesh file.
- To clarify, the mesh file itself has a subfile of mesh. I run 'make all' in the first mesh file instead of the subfile of mesh.
The error I got after 'make all' is shown below Package Version Editable project location
chumpy 0.70 colorama 0.4.6 contourpy 1.1.1 cycler 0.12.1 Cython 0.29.28 filelock 3.16.1 fonttools 4.55.2 fsspec 2024.10.0 importlib_resources 6.4.5 Jinja2 3.1.4 kiwisolver 1.4.7 MarkupSafe 2.1.5 matplotlib 3.7.5 mpmath 1.3.0 networkx 3.1 numpy 1.24.4 opencv-python 4.10.0.84 osso 0.1 packaging 24.2 pillow 10.4.0 pip 24.3.1 PyOpenGL 3.1.7 pyparsing 3.1.4 python-dateutil 2.9.0.post0 PyYAML 6.0.2 pyzmq 26.2.0 scipy 1.10.1 setuptools 75.3.0 setuptools-scm 8.1.0 six 1.17.0 skel 1.0 c:\users\siyuanch\skel smplx 0.1.28 sympy 1.13.3 tomli 2.2.1 torch 2.4.1 tqdm 4.67.1 trimesh 4.5.3 typing_extensions 4.12.2 wheel 0.44.0 zipp 3.20.2
Usage:
pip install [options]
no such option: --install-option make: *** [Makefile:7: all] Error 2
I am not sure if it has any relationship between these two errors, but it is the most potential reason I can think of now.
Best regards, Siyuan