Pretrained Models
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?
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.
Got it, thank you! Do you also know if there's a straight forward way to load these using MMSeg/MMDet instead of detectron2?