lhoyer / MIC

[CVPR23] Official Implementation of MIC: Masked Image Consistency for Context-Enhanced Domain Adaptation
268 stars 40 forks source link

The Training Data Format #40

Closed Victory8858 closed 1 year ago

Victory8858 commented 1 year ago

Hi, I want to ask if the source domain use VOC format, the target domain use COCO format, or if both must be COCO format? Thank you!

lhoyer commented 1 year ago

Hi @Victory8858, Both domains should follow the same label format. Otherwise, the class ids would not match between training and evaluation.