yolov5_openvino_sdk
yolov5_openvino_sdk copied to clipboard
an SDK about how to use openvino model transformed from yolov5
Inference Engine version: 2021.4.2-3974-e2a469a3450-releases/2021/4 Model Optimizer version: 2021.4.2-3974-e2a469a3450-releases/2021/4 [ WARNING ] Telemetry will not be sent as TID is not specified. [ WARNING ] Failed to send event with the...
when i run train.py , it have a error , but i do nothing to the code, can you help me ? test.py", line 104, in test inf_out, train_out =...
Hi~! Your script does help me a lot! I want to ask whether you try torch==1.6.0? Since it contains some very useful new function, I am very forward to applying...
I use yolov5s, v3, img size is 640*640, one thread, test inference time, test openvino(2020R4) time is 1.28s, and pytorch one thread time is 1.2s, it's too slow. platform: E5-2699...
NMS is not included in openvino model. My solution is transform the output of openvino to tensor. Then using NMS in yolov5 to generate output.This may not a perfect solution....