Entity icon indicating copy to clipboard operation
Entity copied to clipboard

Pretrained Models

Open dillonalaird opened this issue 1 year ago • 2 comments

Could you explain the pretrained models form this page?

Were all of these models pretrained using the COCO dataset and the numbers are evaluation numbers on the EntitySeg-{semantic, instance, panoptic, entity} datasets? Or are they just starting with COCO pretrained weights, and then fine-tuned on the EntitySeg dataset and the evaluation numbers are from some other dataset?

dillonalaird avatar Sep 13 '23 18:09 dillonalaird

Hi,

All the released models just start with COCO pre-trained weights. And then fine-tuned on the EntitySeg training dataset and evaluated on the EntitySeg val dataset.

qqlu avatar Sep 14 '23 00:09 qqlu

Got it, thank you! Do you also know if there's a straight forward way to load these using MMSeg/MMDet instead of detectron2?

dillonalaird avatar Sep 14 '23 00:09 dillonalaird