darknet/include
Sarim Mehdi 9ff8653d99
Made inference faster (this is especially useful when using Yolo9000) (#8009)
* Update network.c

custom_get_region_detections function now keeps track of class index with the highest probability.

* Update darknet.h

Added best_class_idx to detection struct

* Update darknet.py

added python code for faster negative removal and also faster non-max suppression
2021-08-25 18:10:21 +03:00
..
darknet.h Made inference faster (this is especially useful when using Yolo9000) (#8009) 2021-08-25 18:10:21 +03:00
yolo_v2_class.hpp Add batch inference on C++ (#7915) 2021-07-18 18:58:01 +03:00