DeepDeblur-PyTorch icon indicating copy to clipboard operation
DeepDeblur-PyTorch copied to clipboard

How to train with custom datasets

Open davidvct opened this issue 11 months ago • 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?

davidvct avatar Mar 25 '24 07:03 davidvct

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

SeungjunNah avatar Mar 25 '24 17:03 SeungjunNah

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

davidvct avatar Apr 01 '24 06:04 davidvct