centermask2 icon indicating copy to clipboard operation
centermask2 copied to clipboard

some failure cases (not change params or thresholds, using defaults)

Open lucasjinreal opened this issue 5 years ago • 3 comments

image image

Especially the last picuture, I believed that car should more than 75% probabilities.

lucasjinreal avatar Feb 25 '20 03:02 lucasjinreal

CenterMask has a trend to have lower box confidences due to maskiou_head.

However, lower confidence scores do not mean lower detection results.

When you lower the threshold, you can get the detection boxes.

youngwanLEE avatar Feb 26 '20 00:02 youngwanLEE

May I ask why maskiou_head trends to get lower confidence?

lucasjinreal avatar Feb 26 '20 01:02 lucasjinreal

Probably, it is a trade-off resulting from mask and detection losses. You can check if FCOS can detect those missed detections. If it can, it is better to train the CenterMask with a frozen FCOS

I3aer avatar Apr 18 '20 18:04 I3aer