Skip to content

yolov5s v5.0模型转换TNN后运行出错 #5

Description

@winterfell2021

使用的模型:https://github.com/ultralytics/yolov5/releases/download/v5.0/yolov5s.pt
转换onnx命令:python models/export.py --weights yolov5s.pt --img 640 --batch 1
转换TNN命令:python converter.py onnx2tnn yolov5s.onnx -o . -in 1,3,448,640
转换后的模型:https://www.lanzoui.com/iSktTqkfote
运行demo时报错:
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions