SeungjunNah/DeepDeblur-PyTorch

How to train with custom datasets

Opened this issue · 2 comments

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?

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

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