You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With my files, you don't need to edit nvdsparsebbox_Yolo.cpp file. But you can't change label.txt file and num-detected-classes from one model, it will not work. By using default YOLOv4 model, you need to use all 80 classes and filter classes by using filter-out-class-ids in config_infer_primay.txt file (see NVIDIA docs: https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvinfer.html)
i want only "person" to be detected by yolov4
so i modified label.txt and config_infer_primary.txt num-detected-classes=1
i should also change in nvdsparsebbox_Yolo.cpp right, where is the variable to change?
The text was updated successfully, but these errors were encountered: