Add metadata and link to code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
## Reference(s):
|
| 8 |
-
https://arxiv.org/abs/2504.09228
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: object-detection
|
| 6 |
+
library_name: pytorch
|
| 7 |
---
|
| 8 |
|
| 9 |
## Reference(s):
|
| 10 |
+
[Learning Occlusion-Robust Vision Transformers for Real-Time UAV Tracking](https://arxiv.org/abs/2504.09228)
|
| 11 |
+
|
| 12 |
+
This model is for object detection and tracking, specifically for UAV tracking.
|
| 13 |
+
It is based on the code available at [Github repository](https://github.com/smallflyingobjects/ORTrack).
|