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

det模型推理支持整个batch一起推理计算 #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

heliqi
Copy link

@heliqi heliqi commented Apr 20, 2021

1.增加batch_predict用于batch推理
a).增加padding类class Padding
b).增加对预处理数据的合并函数deal_batch_data
2.增加针对batch推理的后处理函数batch_postprocess,以及各模型自己的特殊后处理。
3.增加针对batch推理结果的画图接口bbox2out, mask2out及文件visualize_new
4.增加了batch_size参数,统一了batch > 1和 = 1的情况
5.增加了运行脚本目录以及windwos测试脚本 bat

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

Successfully merging this pull request may close these issues.

1 participant