98mxr / GMFSS_Fortuna

All in one place
MIT License
50 stars 5 forks source link

Error #3

Closed dillfrescott closed 1 year ago

dillfrescott commented 1 year ago
(fortuna) C:\Users\micro\Downloads\GMFSS_Fortuna>python inference_video.py --img="C:\Users\micro\Downloads\here" --scale=1.0 --multi=2
Loaded model
Traceback (most recent call last):
  File "C:\Users\micro\Downloads\GMFSS_Fortuna\inference_video.py", line 136, in <module>
    lastframe = cv2.imread(os.path.join(args.img, videogen[0]), cv2.IMREAD_UNCHANGED)[:, :, ::-1].copy()
IndexError: list index out of range
98mxr commented 1 year ago

Could it be because the image format in the img folder is not supported?

dillfrescott commented 1 year ago

Possible. Ill close this issue as I haven't gotten a chance to get back to it and its probably something related to user error. :)