Mukosame/Zooming-Slow-Mo-CVPR-2020

How can i train and test my datasets?

further-home opened this issue · 7 comments

When i want to train my datasets, i should wirte .yml file? When i want to test my datasets, i must train?please tell me how to test .Thanks !

Hi, thanks for your interest in our work! Yes, you need to edit the .yml to be applicable to your dataset.
As for testing, you can either use your own trained model, or directly apply our pretrained weights. Please check https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020#testing for more details.

  1. Size = N/A is abnormal. It means the data is not read properly;
  2. Sorry that I cannot see the figure you pointed. Try to paste the error log or post a link of your image?
  3. The yml file is just the config of the training. It should keep the same arguments, while you can change the specific settings according to your requirement;
  4. It depends on you length of sequence, patch size and batch size. If you suspect OOM, you could reduce these numbers.