Define custom dataloader

Is there any way to use my own dataset (image and groundtruth in png format) instead of coco dataset with .json file in pytorch ?
or how can I change my image and label to coco dataset form?

Hey @rui_zhou
I think custom dataset tutorial could be a good place for you to start.

This will help you deal with the what and how of a custom dataset and dataloader.

Hope this helps you :grinning_face_with_smiling_eyes: