xbsu
/

nielsr HF staff commited on
Commit
562e423
1 Parent(s): 449a467

Add object detection tag

Browse files

Hi,

Niels here from the open-source team at HF. Great to see all checkpoints are made available on the hub!

This PR improves its discoverability by adding the "object-detection" tag.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
  # LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection
5
  This is the *official* repository with PyTorch implementation of [LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection](https://arxiv.org/pdf/2406.03459v1).
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: object-detection
4
  ---
5
  # LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection
6
  This is the *official* repository with PyTorch implementation of [LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection](https://arxiv.org/pdf/2406.03459v1).