luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
809 stars 362 forks source link

postprocessing #396

Open bobbybrownieu opened 2 years ago

bobbybrownieu commented 2 years ago

How do I perform postprocessing operations such as NMS on the MX

Erol444 commented 1 year ago

Hi @bobbybrownieu , You can either use YoloDetectionNetwork node which does the NMS on the device, or use a layer (inside your NN model) which does the same, see img below (from docs here). Thoughts? image