Hi,
I’m new to deepstream community yet i’m enjoying the challenge. I have a question. I have successfully implemented the deepstream-app in the samples folder. It’s running 23 FPS. As you know it has 80 classes in it. Can someone show me the way of how to make it work for only one or two classes(such as person, car)? Custom_YOLO_Model_in_the_DeepStream_YOLO_App.pdf (103.1 KB)
I’ve seen this document but could not resolve the issue.
Thanks.
Do you want to use a custom model or just want to filter out some output labels?
For the later, you can check if filter-out-class-ids or operate-on-class-ids can meet your requirement.