-
想问下作者,rt-detr编码器部分为什么只设置一个transformer层,如果backbone输出的三层特征都设置transformer层,性能上会得到提升嘛
-
Hi folks,
I have a DETR model, trained using pytorch and I would like to use it on an Arduino. Does anybody have any experience in how to achieve this ? If so, would you mind sharing the details ?
…
-
Thanks for your great work!
I added bounding box head to Mask2Former model like DETR.
(parallel with mask label)
But the performance is not good.
Do you think Mask2Former architecture is not g…
-
I find a function named "inference_detector" to get detection results. Is there a similar way to get feature map of an image?
To be honest, I try to exchage "test_step" into "backbone". But data_ i…
-
https://github.com/lyuwenyu/RT-DETR/blob/2b88d5d53bcbfbb70329bc9c007fdf7e76cf90dc/rtdetr_pytorch/src/zoo/rtdetr/rtdetr_postprocessor.py#L53
这里使用是模型直接输出结果,未乘上图片尺寸,paddle版本无论是否use_focal_loss,都是使用还原尺寸…
-
# Transformer 在视觉方面的应用
## Reference
- 2021-01 A Survey on Visual Transformer [[Paper](https://arxiv.org/pdf/2012.12556.pdf)] [[Note](https://github.com/junxnone/tech-io/issues/926)]
- 2021-01 Tr…
-
## 🚀 Feature
A simple feature to allow passing custom keyword arguments for `nn.TransformerEncoderLayer` and `nn.TransformerDecoderLayer`. Ideally, users should be able to flexibly use `custom_enco…
-
1. I'm trying to run training DETR with hidden_dim of transformer as 512 and getting an error
2. I started with default command, and it work well: `python -m torch.distributed.launch --nproc_per_node…
-
作者好!我想画一个热力图,但是找不到放热力图代码的地方。请问RT-DETR对于输出热力图有相关代码或者教程吗
-
Training deformable-Deter object detector will induce file not found issue
Specifically ~/mmdetection/configs/deformable_detr/deformable-detr_r50_16xb2-50e_coco_no_base.py"
Exist files at location…