1 Star 0 Fork 2

袁宝玺/YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
03_build.sh 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
laitathei 提交于 2023-08-29 16:56 . upload for horizon inference
#!/bin/bash
# Copyright (c) 2020 Horizon Robotics.All Rights Reserved.
#
# The material in this file is confidential and contains trade secrets
# of Horizon Robotics Inc. This is proprietary information owned by
# Horizon Robotics Inc. No part of this work may be disclosed,
# reproduced, copied, transmitted, or used in any way for any purpose,
# without the express written permission of Horizon Robotics Inc.
set -e -v
cd $(dirname $0)
config_file="./yolov8seg_config.yaml"
model_type="onnx"
# build model
hb_mapper makertbin --config ${config_file} \
--model-type ${model_type}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buptybx/YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation.git
[email protected]:buptybx/YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation.git
buptybx
YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation
YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation
master

搜索帮助