pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.87k stars 21.33k forks source link

How to apply Conditional Detection in YOLO v3 or v4 / Darknet #2293

Open AdilRana1998 opened 4 years ago

AdilRana1998 commented 4 years ago

if the object A (Apple) is detected then it will detect B (Banana)

Other Wise no detection in video.

if the non wearing helmet rider is detect then it will detect the licence plate of same rider

Plz guide 3 4

sebasegovia01 commented 4 years ago

hello, could you solve this?

AdilRana1998 commented 4 years ago

Still Waiting

On Wed, 30 Sep 2020 at 00:22, Seba Segovia notifications@github.com wrote:

hello, could you solve this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pjreddie/darknet/issues/2293#issuecomment-700930120, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARC5T36T3FUOMAHZ4MWRGWDSIIXY3ANCNFSM4RVKKYTQ .

Georgva commented 3 years ago

Has anyone solved this issue yet? I have the same problem, however, in my case it would be additionally great to have the conditional detection when the bounding boxes are right next to each other. Would anyone recommend using the coordinates of the bounding boxes and check if the boxes overlap/ are next to each other? Thanks a lot in advance