phoenix104104 / fast_blind_video_consistency

Learning Blind Video Temporal Consistency (ECCV 2018)
http://vllab.ucmerced.edu/wlai24/video_consistency/
Other
423 stars 64 forks source link

checkpoint folder? #9

Open rodrigosilvafe opened 5 years ago

rodrigosilvafe commented 5 years ago

Thanks for the awesome job, I've been trying to filter the flickering of my own video but I still can't do it.

I am trying to execute "test.py" and I am giving epoch = 1, task = WCT/wave, DATASET = my_path_to_my_video and method = ???

I don't know what to indicate in method variable, I have read the instrucctions but I don't totally understand what they mean. Also, I am not sure if the variables that I am indicating (epoch, task, and DATASET) are correct. I am trying to filter a video under universal style trasnfer filtering.

The instrucctions talks about a checkpoint folder, but I don't see any with that name.

Any help would be very appreciated. Thanks in advance.