推理引擎

时间:2021-02-15 07:32:49
【文件属性】:
文件名称:推理引擎
文件大小:126KB
文件格式:ZIP
更新时间:2021-02-15 07:32:49
C++ 概要 深度学习模型的生产端部署一直入侵着从业者的问题,本项目提供了一种libtorch的分类,目标检测的模型部署方案,主要对接mmdetection框架,实现了分类器,ssd,faster-rcnn,mask- rcnn等模型的C ++部署。 特性 1.统一的检测和分类接口,以及简单的工厂模式,适当的统一管理和扩展; 2.实现了简单的视频跟踪功能;
【文件预览】:
inferengine-master
----CMakeLists.txt(777B)
----README.md(416B)
----build.sh(332B)
----examples()
--------algo()
--------infer()
----include()
--------detector_types.hpp(2KB)
--------detector_version.hpp.in(298B)
--------detector.hpp(536B)
--------detector_version.hpp(239B)
--------video_tracker.hpp(969B)
----models()
--------faster_rcnn.json(158B)
--------mask_rcnn.json(152B)
--------ssd.json(167B)
--------faster_rcnn_fpn.json(177B)
----src()
--------utils()
--------algo()
--------infer()
----kill.sh(110B)

网友评论