openvino
文章平均质量分 56
openvino框架
聿默
创作不易,可以订阅博主哦。
展开
-
【图像检索】resnet50由torch转onnx转openvino
0.环境# yolov5的环境 + onnxonnx==1.9.0 # openvino的环境openvino_2021.3.3941.转onnxtorch.onnx.export2.转openvino命令参考:https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/resnet-50-pytorch/model.ymlpython3 /opt/intel/openvino/原创 2021-06-30 18:15:10 · 1041 阅读 · 0 评论 -
【目标检测】yolov5模型转换从pytorch到onnx到openvino(部署方式)
#!/usr/bin/env python""" Copyright (C) 2018-2019 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://w.原创 2021-06-02 20:39:43 · 2513 阅读 · 17 评论