-
## ❔Question
Hi thanks for opensourcing the code base this gives steps to learn transformers, i am having few queries
1. The dataset is loaded from coco.py using which function since "ConvertCoco…
-
Hi!
You said that "In the encoder-decoder attention module, the target query can attend to all positions on the template and the search region features, thus learning robust representations for the f…
-
### Question
Hi there,
### Thanks for all these great sharing.
**We're trying to evaluate TensorRT performance with Salience-DETR (based on `FocalNet`) so far.
Here're the experiments we have …
-
Dear Zelin,
I compile DCN_v2 by using 'pip install -U torch==1.4 torchvision==0.5 -f https://download.pytorch.org/whl/cu101/torch_stable.html' as this url (https://github.com/CharlesShang/DCNv2/issue…
-
Hi,
Is it an plan to create a hubconf.py file to make it is easy to use the `torch.hub.load` and use the pre-trained models?
Niknu updated
2 months ago
-
X2Paddle目前正在探索PyTorch模型代码的转换工作,帮助大家直接将基于PyTorch写的模型训练代码迁移到飞桨框架进行训练,有需求的童鞋快联系我们!
联系方式
- 直接此issue下直接评论,提出需求,例如你当前的代码库路径
- 邮件给jiangjiajun@baidu.com
-
I trained 12 epoches with dn_dab_detr and coco2017, but the result of AP=0. Could someone tell me where the problem is?????
Here is the parameters and result:
detr --coco_path ../datasets/coco2017 -…
-
Hello,
I try to get attention maps from pre-trained models updated 1 hours ago.
Using a virtual environment with all the requirements from INSTALL.md in the same version, I tryed executing the f…
-
I was looking/running the yolos notebook but:
`from datasets import get_coco_api_from_dataset` is not found.
I searched 'datasets' source but wasn't on main yet, which branch is this on or in priva…
-
I am trying to reproduce Deformable-DETR and find your code. The code you wrote does not has parameter init. And I can't understand the bias init in the paper. Do you have any idea how this works? Rea…