SeungjunNah / DeepDeblur-PyTorch

Deep Multi-scale CNN for Dynamic Scene Deblurring
MIT License
250 stars 36 forks source link

How to train with custom datasets #53

Open davidvct opened 3 months ago

davidvct commented 3 months ago

How can I train it with my own datasets?

Do I need to split my data into separate folders like in GoPro Large?

In the GoPro Large folders, there are text file frames n offset 0.txt, is this file required for training?

SeungjunNah commented 3 months ago

Hi @davidvct, Yes, please follow the structure format of GOPRO_Large dataset. The txt file is not necessary.

davidvct commented 3 months ago

image height and width seems need to be divisible by 4, else will have error during prediction.