-
从Sense-X那里的代码训练出来的checkpoint,怎么能在dev-3.x的分支上加载进来。这个[页面](https://github.com/open-mmlab/mmdetection/tree/dev-3.x/projects/CO-DETR)说 "Models labeled * are not trained by us, but from [CO-DETR](https://gi…
-
之前您回复的HS-fpn模块在哪里,您说是FeatureSelectionModule,这个不是FS模块么,hs-fpn不是包含HS和SFF模块,这个代码在哪里呢。
-
-
Hello and thanks for your work. I have a question regarding training RT-DETR on a custom dataset with only one object class (e.g. Face). Does this repo work with single-class object detection? If so w…
-
https://github.com/lyuwenyu/RT-DETR/blob/9f107dab37c402962a4632570e63ec83c30e1ecc/rtdetr_pytorch/src/zoo/rtdetr/rtdetr_criterion.py#L135
在rtdetr_criterion.py的第135行,分类损失被除以num_boxes而不是num_queries:
…
-
I fail to download pretrained model ,Could you send the model MDef_DETR_r101_epoch20.pth to my email 1334637558@qq.com
@mmaaz60
-
-
![1719225081250(1)](https://github.com/zzdang/cascade_rcnn_gluon/assets/67446107/fb0a54e7-7345-4d4a-8dea-0cb62502f1c6)
-
hi All,
how can i do inference for DETR?
i try to load the weight, but got error
_RuntimeError: Error(s) in loading state_dict for DETR:
Missing key(s) in state_dict:_
are there any person ha…
-
hello, and thanks for this great work.
i'm trrying to fine tune the model exactly like you descried in DETR Tensorflow - Finetuning tutorial.ipynb, and with hard-hat-workers-dataset as a CSV forma…