diff --git a/YOLOv5.md b/YOLOv5.md index f872fe5..087a5e1 100644 --- a/YOLOv5.md +++ b/YOLOv5.md @@ -198,6 +198,8 @@ to model-engine-file=yolov5x.engine ``` +## + To change NMS_THRESH, edit nvdsinfer_custom_impl_Yolo/nvdsparsebbox_Yolo.cpp file and recompile ```