1 Star 0 Fork 2

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
02_preprocess.sh 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
laitathei 提交于 2023-08-29 16:56 . upload for horizon inference
#!/usr/bin/env 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) || exit
python3 data_preprocess.py \
--src_dir ./dataset \
--dst_dir ./cal_dataset \
--pic_ext .rgb \
--read_mode opencv \
--saved_data_type float32 \
--height 480 \
--width 640 \
马建仓 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

搜索帮助