oak深度相机入门教程-Mask R-CNN 算法
说明:
介绍如何实现Mask R-CNN 算法
步骤:
进入目录depthai-experiments/gen2-maskrcnn-resnet50
安装依赖
python3 -m pip install -r requirements.txt
- 所需要的依赖
opencv-python
numpy
depthai==2.16.0.0
blobconverter>=1.2.9
- 使用相机运行程序
python3 main.py
- main.py的参数用法
-t或--threshold:过滤掉概率较低的检测的阈值。默认0.5。
-rtor --region_threshold:过滤掉低概率掩码点的阈值。默认值:0.5。
演示视频
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号