6 Star 21 Fork 13

OAKChina/depthai-experiments

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Efficientnet-b0

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

Demo

The demo classifies the animals in the images as Ibex (Mountain Goat) accurately. Also classifies most common objects.

result

Installation

python3 -m pip install -r requirements.txt

Usage

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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/oakchina/depthai-experiments.git
git@gitee.com:oakchina/depthai-experiments.git
oakchina
depthai-experiments
depthai-experiments
master

搜索帮助