Chia-Yu Hsu
Results
1
issues of
Chia-Yu Hsu
Hi, in `roi_helpers.py`, you use the following code to neglect some region proposals and detect background: neglect region proposals: ```python if best_iou < C.classifier_min_overlap: continue ``` detect background: ```python if...