-
Hello, DETR team,
I am not sure if it is a bug or my problem.
I start my training with inital weight provided by DETR detr-r50-e632da11.pth, whose size is 158.9M
python main.py --coco_p…
-
Hi
I am getting this error when Loading the dataset for fine tuning.
from detr_tf.data import load_tfcsv_dataset
train_iterator, class_names = load_tfcsv_dataset("train", config.batch_size, c…
-
I can not install MultiScaleDeformableAttention can you help me
-
## 論文リンク
- [arXiv](https://arxiv.org/abs/2011.09094)
## 公開日(yyyy/mm/dd)
2020/11/18
CVPR 2021
## 概要
## TeX
```
% yyyy/mm/dd
@inproceedings{
dai2021up,
title={UP-DETR: Unsuper…
-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
Star RTDETR to help more people discover this project.
---
**Describe the bug**
Hello everyone,
First of all, I'd like to congratulate you on t…
-
您好,非常棒的文章,也非常感谢您的及时开源。对论文中的一些细节有些疑问想请教下作者:
1. 如图2(c)所示,预测y坐标时需要x的输出作为输入的一部分,这里的Sequence Predictor是自回归吗? 若是自回归的话,其与DETR等模型非自回归的生成对比速度是否会降低很多呢?
2. 图2(c)中的位姿估计任务是接在在目标检测后面做的吗?若不是的话,DETR是否也能既做目标检测也能位姿估计…
-
In Object Centric OVD, the authors use the checkpoint trained from a subset of LMDet which has no overlap with any of the evaluation datasets. However, it seems that the checkpoint `MDef_DETR_r101_epo…
fushh updated
10 months ago
-
Hi @qianyuzqy,
I am trying to run inference using half precision but I got an error saying that -
"ms_deform_attn_forward_cuda" not implemented for 'Half'
I went through the issues of Deform…
-
我们在voc数据上测试了给的权值,但是可视化效果显示,预测结果很不准,您有什么看法吗
-
I want to use the pre-trained **co_deformable_detr_r50_1x_coco.pth** to test on my dataset, but it shows **"The model and loaded state dict do not match exactly"** I have modified the def coco_classes…