98mxr / GMFSS_Fortuna

All in one place
MIT License
55 stars 4 forks source link

NameError: name 'Model' is not defined #4

Closed 65MDVK closed 1 month ago

65MDVK commented 1 year ago

D:\GMFSS\GMFSS_Fortuna>python inference_video.py --video="D:\GMFSS\GMFSS_Fortuna\demo\1.mp4" --scale=1.0 --multi=2 --union Please download model from model list or Check if it is a union model Traceback (most recent call last): File "D:\GMFSS\GMFSS_Fortuna\inference_video.py", line 102, in model = Model() NameError: name 'Model' is not defined

Tried setting the model path with --model="path",got the same error

Models were downloaded and unzipped,with the train_log being placed in the root directory. Not sure what I did wrong. Same result with base/union models.

98mxr commented 9 months ago

I'm not sure about this, I'll try again myself.

2994dd42d75b0 commented 2 months ago

install "numpy<1.22"