yerfor / MimicTalk

MimicTalk: Mimicking a personalized and expressive 3D talking face in minutes; NeurIPS 2024; Official code
MIT License
430 stars 47 forks source link

Install numpy and cython before requirements.txt #5

Open jpgallegoar opened 1 month ago

jpgallegoar commented 1 month ago

Pip install numpy<1.24 and pip install cython before installing requirements

Submitted PR

steven850 commented 3 weeks ago

@jpgallegoar Did you get mimictalk running on windows?

jpgallegoar commented 3 weeks ago

No, had many issues trying to install mmcv and finally gave up

nitinmukesh commented 3 weeks ago

@jpgallegoar

mmcv is easy to install. I actually installed easily but facing another problem during inference https://github.com/yerfor/MimicTalk/issues/10

steven850 commented 3 weeks ago

No, had many issues trying to install mmcv and finally gave up

Yeah same here, the one I was never able to get past, after fixing the other 10+ issues was this one here.

copying mmcv\ops\csrc\pytorch\npu\voxelization_npu.cpp -> build\lib.win-amd64-3.10\mmcv\ops\csrc\pytorch\npu running build_ext error: [WinError 2] The system cannot find the file specified [end of output]

shame, I really wanted to try this out.