ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 264 forks source link

Mxnet error . for no GPU #58

Open Rhenm091619 opened 1 year ago

Rhenm091619 commented 1 year ago

I cant get the versions working on my side. I tried some of the version but none of them working

File "C:\Users\Administrator\Desktop\Ghost\sber-swap\coordinate_reg\image_infer.py", line 4, in import mxnet as mx ModuleNotFoundError: No module named 'mxnet'

ANYONE HAS a solution for this error?

ilyastoletov commented 1 year ago

Same problem. I cannot install mxnet library because it causes dependency conflict. The latest mxnet requires numpy version <17.0.0, and other libraries in project requires it >21,0. Do you solved this issue? Share your advices about it, please.