Add pipeline tag to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
- computer-vision
|
| 5 |
- video-object-counting
|
|
@@ -81,4 +82,4 @@ If you use this code, please cite our paper:
|
|
| 81 |
## Related Resources
|
| 82 |
|
| 83 |
- Dataset: https://huggingface.co/datasets/aerospace123/RGBD-VideoCount
|
| 84 |
-
- Code: https://github.com/streamer-AP/DG-Net
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: object-detection
|
| 4 |
tags:
|
| 5 |
- computer-vision
|
| 6 |
- video-object-counting
|
|
|
|
| 82 |
## Related Resources
|
| 83 |
|
| 84 |
- Dataset: https://huggingface.co/datasets/aerospace123/RGBD-VideoCount
|
| 85 |
+
- Code: https://github.com/streamer-AP/DG-Net
|