zhanggang001 / RefineMask

RefineMask: Towards High-Quality Instance Segmentation with Fine-Grained Features (CVPR 2021)
Apache License 2.0
212 stars 32 forks source link

Test Representation #37

Open Sue-Tang-Up opened 7 months ago

Sue-Tang-Up commented 7 months ago

I'm going to put the refinemask to the task of building extraction, but there exists a problem when presenting the test results. Obviously, many predicted boxes are overlay so I debug the code and find that the a nms operation is missed to process the bounding boxes. Besides, masks are not given in some masks and I still cannot find a reason to explain. 1

Sue-Tang-Up commented 7 months ago

I'm looking forward to your responses since I'm not sure whether some details of the code are missed by myself.

Sue-Tang-Up commented 7 months ago

Sorry,I have found the nms part and use it. But I still can not solve the problem [sad]

Sue-Tang-Up commented 7 months ago

I think it can be ascribed to the quality of the dataset!,I change the dataset and then the results are better!

zhanggang001 commented 6 months ago

I think it can be ascribed to the quality of the dataset!,I change the dataset and then the results are better!

Sorry for replying so late.

Yeah, the better the dataset quality, the better the segmentation results.

In our paper, the improvements of RefineMask w.r.t Mask R-CNN across three datasets: Cityscapes > LVIS > COCO.