Object detection
Hi Realsense-Team
I want my camera that runs with object recognition on a Raspberry 4 to only recognize some objects and not all.
I found the following program line in a file:
CLASSES = ["background", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"]
Can I just delete the object that I don't need here?
I need e.g. just
- Car
- bus
- Train
and motorbike
Can I just delete the object that I don't need here?
I need e.g. just
- Car
- bus
- Train
and motorbike
Or do I have to change that somewhere else?
Tanks for your answers.
Greetings
Martin
-
With object recognition programs, you tend to be stuck with the set of recognised items that are provided with the program unless you can create and train your own models and set up a recognition system yourself.
Certainly you can try deleting the classes and see what happens. If you are interested in training your own system though, the discussion in the link below should be useful.
Please sign in to leave a comment.
Comments
1 comment