chenhang98 / BPR

code for `Look Closer to Segment Better: Boundary Patch Refinement for Instance Segmentation`
Apache License 2.0
173 stars 23 forks source link

BPR checkpoint #47

Open lsm140 opened 11 months ago

lsm140 commented 11 months ago

Dear authors, can you provide the BPR model trained on PointRend or SegFix results rather than mask rcnn?

lsm140 commented 11 months ago

Another question: if the BPR model is trained based on patches from mask-rcnn and COCO GTmask, wouldn't it be better to refine the inference results for mask-rcnn? While there is discussion in the paper about transferability, is it best if your own results are used for training and used to correct the edge effects of your own algorithms?

chenhang98 commented 11 months ago

Please find checkpoints at the following links:

chenhang98 commented 11 months ago

For the other question, we found that models trained on worse results typically had stronger refinement ability, and we guessed that the reason might be similar to data augmentation. We therefore mainly use the model trained on Mask R-CNN's results.