- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to download a pre-trained model that can detect human in the images/videos from Public Model Set.
I can see some models in the intel openvino site but those are in the free model set but I am prohibited to use those models for my project.
Could anyone help me to find out a suitable pre-trained model for person detection.
Regards,
Paul
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OpenVINO provide set of pre-trained models for different use cases through Open Model Zoo component. Open Model Zoo contains two backets of models, one, trained at Intel and other, pre-trained public models, which can be downloaded and converted to OpenVINO IR using a script from Open Model Zoo. Look through Open Model Zoo either in your OpenVINO install folder or directly on github.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Browse to
<install_dir>/deployment_tools/open_model_zoo/model
There you should find 2 directories - intel & public. intel directory contains the models already converted to IR while the public models need to be converted to IR. All the models are pre-trained. "human pose estimation" could be indirectly used as a person detector.
I hope that helps and all the best for your Edge AI project!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Browse to the
<install_dir>/deployment_tools/open_model_zoo/models
directory of your OpenVINO installation. There you would find 2 directories - intel & public. The later contains the models you need. Just a guess though - Human Pose Estimation can be used as a Human Detection Model indirectly.
Hope that helps and all the best with your Edge AI project

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page