SPMC_VideoSR icon indicating copy to clipboard operation
SPMC_VideoSR copied to clipboard

Can't run main_videosr_deploy_2x3f.py

Open why21 opened this issue 7 years ago • 2 comments

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!

why21 avatar Dec 24 '17 02:12 why21

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 avatar Dec 24 '17 07:12 jiangsutx

@jiangsutx Thank you very much!

why21 avatar Dec 26 '17 07:12 why21