satoshiiizuka / siggraphasia2019_remastering

Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
482 stars 102 forks source link

Error While Running: ZeroDivisionError: float division by zero #27

Closed elliotmarks06 closed 2 years ago

elliotmarks06 commented 2 years ago

I am running this on my Windows computer. I have all the listed dependencies installed, and the error occurs in both gpu and non-gpu mode. Does anyone have an idea for a fix? Here is my output:

python remaster.py --input \Videos\input.mp4 --disable_colorization --gpu
Processing input.mp4...
Traceback (most recent call last):
  File "remaster.py", line 91, in <module>
    scale = opt.mindim / minwh
ZeroDivisionError: float division by zero

Thanks, Elliot

elliotmarks06 commented 2 years ago

Update: Changed my mindim till it worked. Marking as closed.