alex04072000 / FuSta

Hybrid Neural Fusion for Full-frame Video Stabilization
https://alex04072000.github.io/FuSta/
550 stars 80 forks source link

An error occurred while running the code #12

Closed star42154 closed 3 years ago

star42154 commented 3 years ago

Thank you for your contribution to video stabilization. I have a question for you. When I run the last code "python run_FuSta.py --load [model_checkpoint_path] --input_frames_path [input_frames_path] --warping_field_path [warping_field_path] --output_path [output_frames_path] --temporal_width [temporal_width] --temporal_step [temporal_step]" A Module Not Found Error occurred : " Traceback (most recent call last): File "run_FuSta.py", line 384, in from maxflow.fastmin import aexpansion_grid ModuleNotFoundError: No module named 'maxflow' " How to solve it?