-
Hi, I want to use a detr detector to achieve instance segmentation tasks, but I found that this feature is not yet supported in mmlab. Would you support this feature? If it is not currently supported,…
-
**Describe the bug**
I'm trying to train RT DETR model on custom dataset
This is the error I'm getting
Traceback (most recent call last):
File "/RT-DETR/rtdetrv2_pytorch/tools/train.py", line …
-
I'm having issue with:
File "/data/raccoon/broken_heart/Co-DETR/mmdet/models/dense_heads/anchor_free_head.py", line 350, in aug_test
return self.aug_test_bboxes(feats, img_metas, rescale=resca…
-
Dear Author,
First of all let me congratulation you on the two fantastic work LW-DETR and OVLW-DETR.
I'm very much intreseted in OVLV-DETR and would like to have a view on the source code.
Any …
-
I’m experiencing an issue. I’ve set up the environment and configured the dataset correctly, but when I run the code, this error appears. How can I resolve it
```
root@2700da6f9136:/style/Co-D…
-
Hi.
I'm trying to train SWIN-L backbone based model on hico-det.
```
# Training
DETR=advanced python main.py --backbone swin_large --use-checkpoint \
--drop-path…
-
# DETR
- **DE**tection **TR**ansformer
- 简化了检测流程,去除了许多手工设计的的组件(NMS/AnchorGeneration) - `先验知识`
- **传统的目标检测方法**是使用大量的 `proposals/anchors/window centers` 将问题转换为回归和分类问题
- 受锚点设计/后处理(NMS)影响较大
- 将目标…
-
Hey,
thanks for the great work! Would you be interested in adding the necessary adjustments/configs to HuggingFace, so that the model can be loaded with the ```Auto``` functions from Huggingface `…
-
### Question
onnx模型转成功了,但是后续的verify过程导入onnx模型报错。想问下该怎么解决?
```
## version
onnx 1.17.0
onnxruntime-gpu 1.14.0
onnxsim 0.4.36
onnx-graph…
-
Is this article improved based on "DETR"?