You can read more about the EfficientDet model in OpenVINO's Docs
This model includes 1000 classes of image classification. You can view these classes in the classes.py
script.
Instructions on how to compile/Install the model yourself:
blobconverter -zn efficentnet-b0 -sh 6
Specify the number of Shaves to install accordingly. This command requires Blobconverter v0.10.0
The demo classifies the animals in the images as Ibex (Mountain Goat) accurately. Also classifies most common objects.
python3 -m pip install -r requirements.txt
Run the application
Use the DepthAI 4K RGB Cam Input Feed:
python3 main.py -cam
Use any of your own MP4 videos as input. Video resolution of 224x224 is recommended for better visualisation output.
python3 main.py -vid [vid path]
Use the -nd
command to not display RGB demo and instead print data to the console
python3 main.py -nd
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。