├── Model ├── 0526.onnx └── 0708.onnx ├── OpenvinoInfer.cpp ├── OpenvinoInfer.h └── README.md /Model/0526.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/broalantaps/RobotDetectionModel/HEAD/Model/0526.onnx -------------------------------------------------------------------------------- /Model/0708.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/broalantaps/RobotDetectionModel/HEAD/Model/0708.onnx -------------------------------------------------------------------------------- /OpenvinoInfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/broalantaps/RobotDetectionModel/HEAD/OpenvinoInfer.cpp -------------------------------------------------------------------------------- /OpenvinoInfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/broalantaps/RobotDetectionModel/HEAD/OpenvinoInfer.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/broalantaps/RobotDetectionModel/HEAD/README.md --------------------------------------------------------------------------------