ghimiredhikura / Complex-YOLOv3

PyTorch implementation of Complex-YOLO paper with YoloV3
GNU General Public License v3.0
191 stars 69 forks source link

`ignore_thresh` from config isn't used #64

Open ENM185 opened 2 years ago

ENM185 commented 2 years ago

I was looking through some of the code and noticed this:

https://github.com/ghimiredhikura/Complex-YOLOv3/blob/830a9f0dfb1a1cac6d349f179ede737981c1dbde/models.py#L110

Is there a reason the ignore threshold from the configuration (.cfg) file isn't used?