Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ and **77.4** AP on COCO pose estimation task.
|
|
33 |
|
34 |
![teaser](framework.png)
|
35 |
|
36 |
-
[Source](https://paperswithcode.com/paper/uniformer-
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
@@ -58,7 +58,7 @@ More models can be found in [the model hub](https://github.com/Sense-X/UniFormer
|
|
58 |
|
59 |
### How to use
|
60 |
|
61 |
-
You can followed our [demo](https://huggingface.co/spaces/Sense-X/
|
62 |
|
63 |
```python
|
64 |
from uniformer import uniformer_small
|
|
|
33 |
|
34 |
![teaser](framework.png)
|
35 |
|
36 |
+
[Source](https://paperswithcode.com/paper/uniformer-unified-transformer-for-efficient)
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
|
|
58 |
|
59 |
### How to use
|
60 |
|
61 |
+
You can followed our [demo](https://huggingface.co/spaces/Sense-X/uniformer_video_demo/tree/main) to use our models.
|
62 |
|
63 |
```python
|
64 |
from uniformer import uniformer_small
|