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 + PolyTransform Code #6

Closed timmh closed 3 years ago

timmh commented 3 years ago

Is the code for reproducing the PolyTransform + BPR results available? I could only find code for reproducing the Mask R-CNN + BPR results.

chenhang98 commented 3 years ago

Note that BPR becomes model agnostic after training. So you just need to replace the maskrcnn_val with the output of PolyTransform.

timmh commented 3 years ago

Thank you for the clarification.