thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Does not detect an object inside another object #997

Open avasisht-celadon opened 5 years ago

avasisht-celadon commented 5 years ago

I drew bounding boxes of 2 different classes where one class is inside an other. For ex: headlight object inside a car object.

I see that after inference, the headlight object (object inside a larger object) is not detected where as car object is detected. I also want to detect headlight object. How to overcome this issue?