chenhaoxing / DiffusionInst

This repo is the code of paper "DiffusionInst: Diffusion Model for Instance Segmentation" (ICASSP'24).
Apache License 2.0
221 stars 12 forks source link

Custom Dataset #17

Closed selinkoles closed 1 year ago

selinkoles commented 1 year ago

Hi, I am planning to train the model on iSAID dataset. Since annotations are in COCO format, can I use COCOEvaluator ?

zhangxgu commented 1 year ago

Hi, you can use COCOEvaluator. The data format is COCO style.