Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLOV5 模型转换后运行错误 #10489

Open
fhowen opened this issue Apr 3, 2024 · 2 comments
Open

YOLOV5 模型转换后运行错误 #10489

fhowen opened this issue Apr 3, 2024 · 2 comments
Assignees

Comments

@fhowen
Copy link

fhowen commented Apr 3, 2024

建立 issue 时,为快速解决问题,请您根据使用情况给出如下信息:

  • 标题:YOLOV5_s 模型转换后运行报错
  • 版本、环境信息:
       1)Paddle Lite 版本:/release/v2.12
       2)Host 环境:ARM V8
  • 模型信息
       1)yolov5_s_300e_coco
    2)
  • 复现信息:
  • 1.下载模型:使用paddleyolo README 中的 脚本
  • 2.模型转换:使用命令
  • ./opt --model_file=/yolov5_n_300e_coco/modify_model/model.pdmodel --param_file=/yolov5_n_300e_coco/modify_model/model.pdiparams --valid_targets=arm --optimize_out_type=naive_buffer --optimize_out=./yolo5n_modify
  • 3.运行模型:使用PaddleLiteDemo中的YOLO5n工程,修改模型为转换后的模型,并且设置图像输入大小为640
  • 问题描述:
  • 报错信息如下:

image

下图为flip操作输入与flip本身旋转轴的信息:
image

@fhowen fhowen changed the title YOLO 模型转换后运行错误 YOLOV5 模型转换后运行错误 Apr 3, 2024
@wz1qqx
Copy link
Collaborator

wz1qqx commented Apr 7, 2024

麻烦提供下原始模型、转换后的模型以及工程代码以便复现吧

@wz1qqx
Copy link
Collaborator

wz1qqx commented Apr 7, 2024

麻烦提供下原始模型、转换后的模型以及工程代码以便复现吧

目前 Paddle-Lite 暂时不支持该类模型,如果有强烈的需求可以反馈给 #10452 进行统计,我们会根据反馈统一进行开发排期。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants