SPMC_VideoSR
SPMC_VideoSR copied to clipboard
Can't run main_videosr_deploy_2x3f.py
I can run main_videosr_deploy_4x3f.py and get the results, but I can't run main_videosr_deploy_2x3f.py. The error is: Testing path: ./data/test/calendar
of testing frames: 0
And I want to ask whether the bellow code is wrong: def init(self): self.num_frames = 3 self.scale_factor = 4 def test(self, dataPath=None, scale_factor=2, num_frames=3): I change the third line to self.scale_factor = 2, but the error is still there. Please help me, thank you!
It seems that there is no image in that folder. Please make sure there are png images in ./data/test/calendar/input2
Sorry for the inconvenience.
@jiangsutx Thank you very much!