Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I've tried Detectron2 and also MMDetection to verify the predicted instance segmentation mask on known classes (the classes that belong to the coco data set). Let's say, car image. Here are the results of the
/mask_rcnn_x101_64x4d_fpn_mstrain-poly_3x_coco.py
config.(left: original input from web, right:
mask-rcnn-x101
output).Please see the mask prediction below, it's not precise in a sense.
Now, the thing is, I only did inference with the pre-trained weight, which is optimized on the coco dataset which also has the car (index 2). For that, I assumed the model should give a more precise mask prediction on a very simple car image. Some query:
Tested the QueryInst, highest mask ap, but the results are the same overall.
Beta Was this translation helpful? Give feedback.
All reactions