Dolen

Results 1 issues of Dolen

## 当前问题 在 detect_process.py 的 `DBPostProcess` 类中,`self.boxes_from_bitmap()` 方法用到了 `self.unclip()`,以扩展所得 box 的边界。 ```python ··· box = self.unclip(points).reshape(-1, 1, 2) box, sside = self.get_mini_boxes(box) if sside < self.min_size + 2: continue box...

Stale