-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[PaddlePaddle Hackathon] Task 72: Add PAA #4568
Conversation
* update link to release/2.2
* clean code of s2anet * fix for paddle==2.1.0 * remove debug info * update comment
* add kitti metric * clean kitti metric code * fix kitticars doc * fix feature model cfgs * add kitti metric
…Paddle#3844) * [dev] rbox update2 (PaddlePaddle#3828) * set lr for 4 card as default, and update * fix error
* add frame_rate for mot infer video * add doc of frame_rate for mot video infer, test=document_fix
* updata document, test=document_fix
* udpate verison require & fix typo
…addle#4207) * fix operators typo * fix centernet_head bias init
…lePaddle#4097) * modify VOCDataSet and default value of allow_empty * revert default value of allow_empty (PaddlePaddle#4150) Co-authored-by: wangguanzhong <[email protected]>
* fix operators typo * fix kitti metric deploy
cnn seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
建议向develop分支提交pr,当前改动量太大了 |
你好 有模型训练的结果嘛 |
你好,目前还没有训练结果,我训练完之后发上来吧 |
好的 |
PR types
New features
PR changes
APIs
Describe
Hi,
This PR add PAA (Probalistic Anchor Assignment) implementation