Update README.md
Browse files
README.md
CHANGED
|
@@ -20,5 +20,15 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
license: cc-by-sa-4.0
|
| 24 |
+
tags:
|
| 25 |
+
- video-segmentation
|
| 26 |
+
- video-instance-segmentation
|
| 27 |
+
- video-object-tracking
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
## MOSEv2 Mini
|
| 31 |
+
|
| 32 |
+
This dataset is mini version of [FudanCVL/MOSEv2](https://huggingface.co/datasets/FudanCVL/MOSEv2) train set, so all license etc when using this dataset must follow MOSEv2's license.
|
| 33 |
+
|
| 34 |
+
The main dataset is very big, so this one has 120 samples. You can use it to do video object segmentation tracking.
|