Skip to content

Conversation

@xuyouqian
Copy link

https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/ppdet/modeling/heads/pico_head.py
第59行 PicoFeat 类中bug

在第112 行 创建 cls_conv_pw 变量的设置中:入通道为in_c,
但是 cls_conv_pw 接收 上面 cls_conv_dw 的输出作为输入,而cls_conv_dw输出的通道数是feat_out 。这样通道数不一致了。

这里把 115行的 ch_in=in_c 改为 ch_in=feat_out

nemonameless and others added 30 commits February 10, 2023 13:02
* update pphuman ppvechicle new models, test=document_fixb

* update docs, test=document_fixb

* update docs, test=document_fix

* fix configs, test=document_fix
* fix distill codes and docs

* fix slim distill docs

* fix docs

* add details of docs, test=document_fix
* add swin large dino, refine dino codes

* fix dino export
* update pipeline docs; vehicle illegal;rtsp;jetson

* update docs
* fix smalldet docs, test=document_fix

* fix smalldet configs and readme, test=document_fix
* pose3d docs

* traindata download
* add ppyoloe tiny 320 models, test=document_fix

* add ppyoloe tiny 320 speed, test=document_fix
* ppvehicle add customized docs, test=document_fix

* fix pipeline readme.md test=document_fix

* fix pipeline readme.md link test=document_fix

* add licensed to lane_to_mask.py

* ppvehicle_violation.md add args list test=document_fix
* petr train ok

train ok

refix augsize

affine size fix

update msdeformable

fix flip/affine

fix clip

add resize area

add distortion

debug mode

fix pos_inds

update edge joints

update word mistake

* delete extra codes;adapt transformer modify;update code format

* reverse old transformer modify

* integrate datasets
* add config and architecture for human36m

* modify TinyPose3DHRNet to support human3.6M dataset

* delete useless class
* fix run_benchmark for small model accurate speed

* fix run_benchmark for other det models
* metro con reverse

tinypose3d fix

readme modelzoo

* fix tinypose3d
* add raw codes

* add pretrained weights

* fix reader

* fix

* fix focalnet codes coments and format

* fix focalnet codes coments and format

* fix focalnet format
* [TIPC] fcos add static train

* tinypose_128x96 add training static

* [TIPC] tinypose add static training

* disable maskrcnn static training
zhangting2020 and others added 23 commits June 5, 2023 14:30
* fix becnhmark,delete run_process_type

* fix

* fix benchmarkk

* fix mask_rcnn_r50_1x_coco benchmark

* fix benchmark

* fix benchmark

* fix benchmark prepare.sh

* fix benchmark

* remove static benchmark model

* disable

* fix profiler

* fix

* fix

* fix

---------

Co-authored-by: zhengya01 <zhengya01@baidu.com>
Co-authored-by: mmglove <gmm_email@baidu.com>
* rt-detr-ssod

* add rt-detr-ssod

* change name
* fix the error of defined more than once

* fix the error of defined
* Accommodate UAPI

* Fix bugs

* Set defaults for use_fd_format

* Restore visualize.py

* Rename variable

* Optimize save_dir

* Fix mistakenly update

* Add format check
* support ampo1 in benchmark; fp16 -> amp

* benchmark: fp16 -> amp
* benchmark: fp16 -> amp

* revert
adapt to paddle upgrade that concat dont support 0D tensor
* fix a code

* fix the tensor to float
@paddle-bot
Copy link

paddle-bot bot commented Jul 14, 2023

Thanks for your contribution!

@lyuwenyu
Copy link
Collaborator

image

这里选develop

@CLAassistant
Copy link

CLAassistant commented Oct 14, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
7 out of 11 committers have signed the CLA.

✅ EmmonsCurse
✅ jerrywgz
✅ lyuwenyu
✅ LokeZhou
✅ Bobholamovic
✅ luyao-cv
✅ TingquanGao
❌ wjm202
❌ yghstill
❌ nijkah
❌ xuyouqian
You have signed the CLA already but the status is still pending? Let us recheck it.

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.