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

[WIP Deploy] Support YOLOv5 ncnn deploy #278

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

vansin
Copy link
Collaborator

@vansin vansin commented Nov 11, 2022

support yolov5 ncnn deploy

@vansin vansin requested a review from hhaAndroid November 11, 2022 13:20
@PeterH0323 PeterH0323 changed the title [WIP] support yolov5 ncnn deploy [WIP Deploy] Support YOLOv5 ncnn deploy Nov 12, 2022
_base_ = '../_base_/base_static.py'

codebase_config = dict(model_type='ncnn_end2end')
onnx_config = dict(output_names=['detection_output'], input_shape=[1344, 800])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No model in mmyolo use this resolution. Is this config necessary?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No model in mmyolo use this resolution. Is this config necessary?

This is from the original config file in mmdeploy/configs/mmdet/detection/single-stage_ncnn_static-800x1344.py.

@hhaAndroid
Copy link
Collaborator

@vansin

@hhaAndroid hhaAndroid added the WIP label Nov 26, 2022
@CLAassistant
Copy link

CLAassistant commented Dec 17, 2022

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

6 participants