Skip to content

什么时候支持 rtdetrv2 auto_compression #9464

@Jiangyi-chen

Description

@Jiangyi-chen

问题确认 Search before asking

  • 我已经查询历史issue,没有类似需求。I have searched the issues and found no similar feature requests.

需求描述 Feature Description

我在尝试rtdetrv2 auto compression 时发现当前结构视乎并不支持该操作,在deploy/auto_compression/run_det.py中,大约116行
for out in outs:
v = np.array(out)
if len(v.shape) > 1:
res['bbox'] = v
else:
res['bbox_num'] = v
并不支持rtdetrv2的输出shape

是否愿意提交PR Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions