infinity7428 / hANMCL

48 stars 9 forks source link

Can this code run on my own dataset? #18

Open yuan738 opened 1 year ago

yuan738 commented 1 year ago

What parameters should I change? Thank you.

QuangHieu1704 commented 1 year ago

You need to transform your dataset format to COCO dataset format, and modify files: utils.py, lib/dataset/factory.py and lib/dataset/coco_split.py

infinity7428 commented 1 year ago

As mentioned above, you can match the format or write a code that matches your data own dataset. It depends on what type of annotation you have.

yuan738 commented 1 year ago

thank you!!!