RefineMask icon indicating copy to clipboard operation
RefineMask copied to clipboard

RefineMask: Towards High-Quality Instance Segmentation with Fine-Grained Features (CVPR 2021)

Results 5 RefineMask issues
Sort by recently updated
recently updated
newest added

**I would like to know how to get the flops of the model** When using `get_flops.py` in `tools` to get flops, there is an error here ``` File "/mmdet/models/detectors/two_stage.py", line...

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...

Is mmcv>=2.0.0 and the newest mmdet3.0 compatible with this code?

Hello, I'm interested in the RefineMask method and I'd like to use it to cut out the detected image from pictures. I could train with this repository, but unfortunately, I...

前辈,您好! 非常感谢您的贡献,很棒的论文! 请问 BARCrossEntropyLoss 可是您在论文中提及的BAR(Boundary Aware Refinement)策略? 还有这个真的仅仅是一个损失函数吗? 请恕晚辈才疏学浅,仅通过看论文和代码实在搞不明白为什么这个损失函数能够将分割实例的边界处理的那么好? 望请前辈得闲指点一二,晚辈不胜感激! ![image](https://github.com/user-attachments/assets/13cd9a45-5e0e-4120-afc4-378e0c96af11) ![image](https://github.com/user-attachments/assets/129c2cb0-4c3a-49ed-8b18-c72316bc1403)