Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
486
stars
103
forks
source link
Error While Running: ZeroDivisionError: float division by zero #27
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
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:
Thanks, Elliot