吕文玉
吕文玉
The `downsample` part in each block/layer (not the skip connection part), the PyTorch do it in conv3x3 using stride=2, but official caffe version in conv1x1 with stride=2 ``` conv1x1 ->...
### 解决方式: 1. 复现SQR-Deformable detr-R50的精度,(数据为MS-COCO、模型、代码均已开源)(paddledet有Deformable detr-R50这个模型)。 2. 加入到SQR策略到ppdet,验证精度并说明在提交的PR中。 3. 提交PR并合入到paddledet。 - 论文: [Enhanced Training of Query-Based Object Detection via Selective Query Recollection](https://arxiv.org/abs/2212.07593) - 代码 https://github.com/Fangyi-Chen/SQR - 指标 - 数据
- move `utils.py`from examples/ to models/
## PaddleMIX统一多模数据格式 1. [x] 纯文 2. [x] 单图 3. [x] 多图 4. [x] interleaved 5. [ ] 音频 6. [ ] 视频 ## 功能 1. [x] `MIX`格式定义和检查 2. [x] `MM`格式到`MIX`格式转换Op...
> 本文档为 PaddleMIX 开发者任务 RFC(**R**equest **F**or **C**omment) 模板 # 任务名 > RFC 文档相关记录信息 | | | | ------------ | ----------------- | | 提交作者 | | | 提交时间 | yyyy-MM-dd |...
RTDETRv2
https://arxiv.org/abs/2407.17140 --- I will release the rtdetrv2 soon, which will provide a better deployment experience and higher accuracy. **You can start this repo to follow news** --- The AP of...
paddle | torch ---| --- [rtdetr_r18vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038864/rtdetr_r18vd_dec3_6x_coco_log.txt) | [rtdetr_r34vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038861/rtdetr_r34vd_dec4_6x_coco_log.txt) [rtdetr_r50vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038669/rtdetr_r50vd_6x_coco_log.txt) [rtdetr_r101vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038707/rtdetr_r101vd_6x_coco_log.txt) [rtdetr_hgnetv2_l_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038753/rtdetr_hgnetv2_l_6x_coco_log.txt) [rtdetr_hgnetv2_x_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038795/rtdetr_hgnetv2_x_6x_coco_log.txt) [rtdetr_r18vd_1x_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12394706/rtdetr_r18vd_1x_objects365_log.txt) [rtdetr_r50vd_1x_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12193246/rtdetr_r50vd_1x_objects365_log.txt) [rtdetr_r50vd_2x_coco_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12208338/rtdetr_r50vd_2x_coco_objects365_log.txt) [rtdetr_r101vd_1x_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12340691/rtdetr_r101vd_1x_objects365_log.txt) [rtdetr_r101vd_2x_coco_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12340672/rtdetr_r101vd_2x_coco_objects365_log.txt) --- ## coco [rtdetr_r18vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038864/rtdetr_r18vd_dec3_6x_coco_log.txt) [rtdetr_r34vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038861/rtdetr_r34vd_dec4_6x_coco_log.txt) [rtdetr_r50vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038669/rtdetr_r50vd_6x_coco_log.txt) [rtdetr_r101vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038707/rtdetr_r101vd_6x_coco_log.txt) [rtdetr_hgnetv2_l_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038753/rtdetr_hgnetv2_l_6x_coco_log.txt) [rtdetr_hgnetv2_x_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038795/rtdetr_hgnetv2_x_6x_coco_log.txt) ## objects365 [rtdetr_r50vd_1x_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12193246/rtdetr_r50vd_1x_objects365_log.txt) [rtdetr_r50vd_2x_coco_objects365_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12208338/rtdetr_r50vd_2x_coco_objects365_log.txt)...