ncsnv2 icon indicating copy to clipboard operation
ncsnv2 copied to clipboard

Training on my own semantic dataset

Open nikky4D opened this issue 4 years ago • 1 comments

Hi,

I'm new to this area and would like to train/fine tune on my own dataset.

Can you tell me how I can setup my own folder of images for training using main.py?

Thanks

nikky4D avatar Jun 18 '20 08:06 nikky4D

You will need to build a custom data loader in pytorch and replace the data loading pipeline in the provided code. You will need to modify the get_dataset function.

yang-song avatar Jun 18 '20 19:06 yang-song