ChoYongchae

Results 3 comments of ChoYongchae

I solved it by referring to the answer (https://github.com/neuralchen/SimSwap/issues/261). To summarize the issue, the current train.py and test code do not match properly, so the test code needs to be...

Reference (before fix): - Environment: Windows, Korean language setting - Error message: ```Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code:...

(more specific about above [answer](https://github.com/OpenMotionLab/MotionGPT/issues/51#issuecomment-1909429840)) change whisper path at `configs/assets.yaml:L26` ``` # (from) # whisper_path: deps/whisper-large-v2 # path for whisper model, webui only # (to) whisper_path: openai/whisper-large-v2 # path for...