-
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 `…
-
你好我使用以下命令
PUS_PER_NODE=2 ./tools/run_dist_launch.sh 2 ./configs/r50_deformable_detr_plus_iter
ative_bbox_refinement_plus_plus_two_stage.sh 进行两张卡训练,但是他出现以下内容之后卡住一直没有进展,请问怎么解决?而且怎么在训练过程中指定卡号?
…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Is there any pla…
-
I tried to add MS-DETR to DINO and found that the performance dropped a lot compared to before I added it, it seems to be due to o2m supervision affecting o2o, does the author have any idea what might…
ms12 updated
2 months ago
-
Hello lyuwenyu,
First of all, thank you for your amazing work on RT-DETR! I’ve just started learning about object detection models, and I truly appreciate the innovations that make RT-DETR both fas…
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…
-
Is this article improved based on "DETR"?
-
## タイトル: 検出トランスフォーマーのためのクロス解像度エンコーディング・デコーディング
## リンク: https://arxiv.org/abs/2410.04088
## 概要:
Detection Transformer (DETR) は優れた物体検出パイプラインとして知られていますが、DETR を用いた計算効率の高いマルチスケール検出は依然として課題です。本論文では、DETR…
-
I'm attempting to run inference on a GPU using the layout predictor.
I have made the following changes to the code.
```
class LayoutPredictor:
# ... (previous code) ...
def __init__(sel…
-
In paper:
```We propose a novel lightweight relation extractor, EGTR, which exploits the self-attention of DETR decoder, as depicted in Fig. 3. Since the self-attention weights in Eq. (1) contain N ×…