flore2003 commited on
Commit
eaa356d
1 Parent(s): 8607ccb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ widget:
16
 
17
  # Conditional DETR model with ResNet-101 backbone (dilated C5 stage)
18
 
19
- _The model weights were converted from the original weights that can be downloaded from the [original repository](https://github.com/Atten4Vis/ConditionalDETR)_
20
 
21
  Conditional DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images). It was introduced in the paper [Conditional DETR for Fast Training Convergence](https://arxiv.org/abs/2108.06152) by Meng et al. and first released in [this repository](https://github.com/Atten4Vis/ConditionalDETR).
22
 
 
16
 
17
  # Conditional DETR model with ResNet-101 backbone (dilated C5 stage)
18
 
19
+ _Note: The model weights were converted to the `transformers` implementation from the original weights and published as both PyTorch and Safetensors weights. The original weights can can be downloaded from the [original repository](https://github.com/Atten4Vis/ConditionalDETR)_
20
 
21
  Conditional DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images). It was introduced in the paper [Conditional DETR for Fast Training Convergence](https://arxiv.org/abs/2108.06152) by Meng et al. and first released in [this repository](https://github.com/Atten4Vis/ConditionalDETR).
22