- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am trying to put together two YOLO models to detect different objects. I would like to know if there is a code(in Python) to do this easily, I am using the object_detection_demo_yolov3_async.py, but it only works for a single model (for example the generic YOLO for 80 classes).
I would also like to know if a YOLO model can be combined with any of the pre-training models from the intel page.
Thanks a lot
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
This is an example of how to use multiple models in one application:
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, thanks :), I had already seen that video, however it does not explain how to do it with python.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That actually depends on which OpenVINO application you are running. It's good if you apply -h to it to see what they support. For instance, the Pedestrian Tracker demo uses two IR models.
You may refer here:
https://docs.openvinotoolkit.org/2018_R5/_samples_pedestrian_tracker_demo_README.html
This should apply to any demos for any language. Again don't forget to use -h command.
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , thanks
I did not find any script that has those requirements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, if you are just trying to differentiate between two objects you don't need to use two models.
Instead, train the model to differentiate the objects like here:
https://www.youtube.com/watch?v=FaqVhvJ6-Uc
OR
https://www.youtube.com/watch?v=cbdS3BjjbaQ
However, if you are trying to detect text and audio OR detect face, age and gender, then you need to use different models like here:
https://www.youtube.com/watch?v=HEntm0TUqM8
Sincerely,
Iffa
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page