Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"IndexError: list index out of range" when running 'FuSta.py' #27

Open
zh-jp opened this issue Nov 29, 2023 · 0 comments
Open

"IndexError: list index out of range" when running 'FuSta.py' #27

zh-jp opened this issue Nov 29, 2023 · 0 comments

Comments

@zh-jp
Copy link

zh-jp commented Nov 29, 2023

When input this commend, the error happened.

python run_FuSta.py --load FuSta_model/checkpoint/model_epoch050.pth --input_frames_path Video_Stabilization_data --warping_field_path CVPR2020CODE_yulunliu_modified/CVPR2020_warping_field/ --output_path output/ --temporal_width 41 --temporal_step 4

Error:

Traceback (most recent call last):
  File "D:\workspace\FuSta\run_FuSta.py", line 195, in <module>
    tmp_img = cv2.imread(all_imgs[0])
                         ~~~~~~~~^^^
IndexError: list index out of range

Environment:

Windows 11
cupy==8.3.0
matplotlib==3.8.2
maxflow==0.0.1
numpy==1.19.2
Pillow==10.1.0
scipy==1.5.2
setuptools==49.6.0.post20210108
sync_batchnorm==0.0.1
torch==1.6.0
torchvision==0.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant