Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,21 +4,19 @@ emoji: 🎨
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: cc-by-nc-4.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
This is a demo for ["
|
| 14 |
|
| 15 |
```
|
| 16 |
-
@
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
}
|
| 24 |
-
```
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.1.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: cc-by-nc-4.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This is a demo for ["CoTracker3: Simpler and Better Point Tracking by Pseudo-Labelling Real Videos"](https://cotracker3.github.io/)
|
| 14 |
|
| 15 |
```
|
| 16 |
+
@InProceedings{karaev2024cotracker3,
|
| 17 |
+
author = {Nikita Karaev and Iurii Makarov and Jianyuan Wang and Natalia Neverova and Andrea Vedaldi and Christian Rupprecht},
|
| 18 |
+
title = {{CoTracker3}: Simpler and Better Point Tracking by Pseudo-Labelling Real Videos},
|
| 19 |
+
journal = {arxiv},
|
| 20 |
+
year = {2024}
|
| 21 |
+
}
|
| 22 |
+
```
|
|
|
|
|
|