火焰检测模型
阿里云免费0代码开发10+种主流芯片的c++硬件加速SDK/性能评估/寒武纪/瑞芯微/Sigmastar/算能/君正/清微/Nvidia/等其他主流芯片
部署问题加算法开发平台开发者联盟群钉钉:49280002751
期望模型使用方式以及适用范围
该模型适用于检测各类通用场景中出现的火焰,最佳使用场景:安防摄像头、交通摄像头视角。暂不支持红外模式下的火焰检测。
类别ID | 类别名称 |
---|---|
1 | fire |
推理代码范例
# numpy >= 1.20
from modelscope.pipelines import pipeline
fire_detection = pipeline('image-object-detection', 'IoT-Edge/Fire_Detection', model_revision='v1.1.20')
output = fire_detection('./fire.jpg')
# the output contains boxes, scores and labels
print(output)
Clone with HTTP
git clone https://www.modelscope.cn/IoT-Edge/Fire_Detection.git
评论