MoyGcc / vid2avatar

Vid2Avatar: 3D Avatar Reconstruction from Videos in the Wild via Self-supervised Scene Decomposition (CVPR2023)
https://moygcc.github.io/vid2avatar/
Other
1.2k stars 102 forks source link

ImportError: cannot import name 'mise' from 'lib.libmise' (unknown location) #38

Closed wangyichen191 closed 11 months ago

wangyichen191 commented 11 months ago

When I run the command python train.py or python test.py, I get some errors:

截屏2023-07-17 15 06 42

I think this error is related to the use of C++. How could I solve it?

MoyGcc commented 11 months ago

Seems like you haven't installed MISE properly. Have you tried cd code; python setup.py develop. You expect to find the .so file in vid2avatar/code/lib/libmise