dusty-nv / ros_deep_learning

Deep learning inference nodes for ROS / ROS2 with support for NVIDIA Jetson and TensorRT
862 stars 258 forks source link

DETECTNET_DEFAULT_THRESHOLD #109

Open Robotmad opened 1 year ago

Robotmad commented 1 year ago

jetson-inference detectnet.h has changed definition from DETECTNET_DEFATULT_THRESHOLD to DETECTNET_DEFAULT_CONFIDENCE_THRESHOLD

dusty-nv commented 1 year ago

Ah sorry about that @Robotmad - I've restored this define in https://github.com/dusty-nv/jetson-inference/commit/c7ca374dbaa1417fbdb5fe0836d5ae843d7365eb

Please pull the latest jetson-inference and try again. Thanks for letting me know about this.