MhLiao / MaskTextSpotterV3

The code of "Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting"
Other
626 stars 122 forks source link

where is Segmentation proposal network in code? #66

Open rachellin0105 opened 3 years ago

rachellin0105 commented 3 years ago

Sorry for bothering you. After reading your paper and tracing your code, I still can't found where do you apply Vatti clipping algorithm for Segmentation proposal network. Please give me some guidance. Even if it's just a link from code. Thank you

作者您好 想請問一下 Segmentation proposal network 與 Vatti clipping algorithm 具體是在程式碼的哪個部分呢? Fused feature map 後,做 RPN 體取候選框,在您的論文中,說用segmentation masks當候選框,但這樣網路不就看到答案了? 也許我有些誤解,想從code 裡面找答案可能會比較明白,但我實在找不太到在哪個部分,還望各位大大解惑謝謝

lilong-wen commented 2 years ago

located in maskrcnn_benchmark/modeling/segmentation/inference.py