licenses and ATTRIBUTION.md files
Browse files- .gitignore +2 -0
- README.md +4 -0
- ego4d/ATTRIBUTION.md +33 -0
- lvos/ATTRIBUTION.md +29 -0
- mose/ATTRIBUTION.md +24 -0
- mose/LICENSE +17 -0
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
lvos/frames/
|
| 2 |
+
ego4d/frames/
|
README.md
CHANGED
|
@@ -3,3 +3,7 @@ license: other
|
|
| 3 |
license_name: custom-split-licensing
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: custom-split-licensing
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# ITTO: Is This Tracker On? A Benchmark for Dynamic Tracking
|
| 8 |
+
|
| 9 |
+
## installation:
|
ego4d/ATTRIBUTION.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ego4D Dataset Attribution
|
| 2 |
+
|
| 3 |
+
## Source Dataset
|
| 4 |
+
**Ego4D**: An Egocentric Video Dataset and Benchmark Suite
|
| 5 |
+
|
| 6 |
+
## Required Citation
|
| 7 |
+
```
|
| 8 |
+
@article{grauman2022ego4d,
|
| 9 |
+
title={Ego4d: Around the world in 3,000 hours of egocentric video},
|
| 10 |
+
author={Grauman, Kristen and Westbury, Andrew and Byrnes, Eugene and others},
|
| 11 |
+
journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
| 12 |
+
year={2022}
|
| 13 |
+
}
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
## License Terms
|
| 17 |
+
- **License**: Custom institutional licenses required
|
| 18 |
+
- **Usage**: Requires separate license agreements with Ego4D consortium
|
| 19 |
+
- **Original Source**: https://ego4d-data.org/
|
| 20 |
+
|
| 21 |
+
## Content Used
|
| 22 |
+
Installation scripts and annotations only. Users must obtain Ego4D access separately.
|
| 23 |
+
|
| 24 |
+
## Setup Required
|
| 25 |
+
1. Sign Ego4D license agreements with consortium institutions
|
| 26 |
+
2. Download Ego4D dataset from official source
|
| 27 |
+
3. Run `install_ego4d.sh` with your Ego4D path
|
| 28 |
+
4. Ensure compliance with Ego4D licensing terms
|
| 29 |
+
|
| 30 |
+
## Important Note
|
| 31 |
+
You must have legitimate access to Ego4D dataset before using these components.
|
| 32 |
+
|
| 33 |
+
When using this component, you must cite both this dataset and the original Ego4D dataset with the official citation format: "Egocentric Live 4D Perception (Ego4D) Database: A large-scale first-person video database, supporting research in multi-modal machine perception for daily life activity. Ego4D Consortium 2020."
|
lvos/ATTRIBUTION.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# L-VOS Dataset Attribution
|
| 2 |
+
|
| 3 |
+
## Source Dataset
|
| 4 |
+
**L-VOS**: A Large-scale Dataset for Long-term Video Object Segmentation
|
| 5 |
+
|
| 6 |
+
## Required Citation
|
| 7 |
+
```
|
| 8 |
+
@article{hong2021lvos,
|
| 9 |
+
title={LVOS: A benchmark for long-term video object segmentation},
|
| 10 |
+
author={Hong, Lingyi and Zhang, Wenchao and Chen, Zhongying},
|
| 11 |
+
journal={arXiv preprint arXiv:2111.14448},
|
| 12 |
+
year={2021}
|
| 13 |
+
}
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
## License Terms
|
| 17 |
+
- **Annotations**: CC BY 4.0
|
| 18 |
+
- **Video Data**: Non-commercial research purposes only
|
| 19 |
+
- **Original Source**: https://lingyihongfd.github.io/lvos.github.io/
|
| 20 |
+
|
| 21 |
+
## Content Used
|
| 22 |
+
Installation scripts and annotations only. Users must obtain L-VOS dataset separately.
|
| 23 |
+
|
| 24 |
+
## Setup Required
|
| 25 |
+
1. Download L-VOS dataset from official source
|
| 26 |
+
2. Run `install_lvos.sh` with your L-VOS path
|
| 27 |
+
3. Ensure compliance with L-VOS licensing terms
|
| 28 |
+
|
| 29 |
+
When using this component, you must cite both this dataset and the original L-VOS dataset.
|
mose/ATTRIBUTION.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MOSE Dataset Attribution
|
| 2 |
+
|
| 3 |
+
## Source Dataset
|
| 4 |
+
**MOSE**: A Dataset for Video Object Segmentation in Complex Scenes
|
| 5 |
+
|
| 6 |
+
## Required Citation
|
| 7 |
+
```
|
| 8 |
+
@article{ding2022mose,
|
| 9 |
+
title={MOSE: A Dataset for Video Object Segmentation in Complex Scenes},
|
| 10 |
+
author={Ding, Henghui and Liu, Chang and Wang, Shuting and Jiang, Xudong},
|
| 11 |
+
journal={arXiv preprint arXiv:2302.01872},
|
| 12 |
+
year={2023}
|
| 13 |
+
}
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
## License Terms
|
| 17 |
+
- **License**: CC BY-NC-SA 4.0
|
| 18 |
+
- **Usage**: Non-commercial research purposes only
|
| 19 |
+
- **Original Source**: https://github.com/henghuiding/MOSE-api
|
| 20 |
+
|
| 21 |
+
## Content Used
|
| 22 |
+
Video frames and sequences as specified in the dataset manifest.
|
| 23 |
+
|
| 24 |
+
When using this component, you must cite both this dataset and the original MOSE dataset.
|
mose/LICENSE
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mose subset — licensing
|
| 2 |
+
|
| 3 |
+
media (frames/images) © the mose authors.
|
| 4 |
+
redistributed here under cc-by-nc-sa 4.0 with attribution.
|
| 5 |
+
full text: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 6 |
+
|
| 7 |
+
our mose-derived annotations are licensed cc-by-nc-sa 4.0 (share-alike).
|
| 8 |
+
- you must attribute the original mose dataset and this repository.
|
| 9 |
+
- you may not use the media or these annotations for commercial purposes.
|
| 10 |
+
- if you adapt or build on the mose subset, you must distribute your
|
| 11 |
+
contributions under the same cc-by-nc-sa 4.0 license.
|
| 12 |
+
|
| 13 |
+
copyright (c) [year] [your name / lab]
|
| 14 |
+
no warranty; provided “as is”.
|
| 15 |
+
|
| 16 |
+
note: this license applies only to content in this folder (mose/). it does not
|
| 17 |
+
grant any rights to other datasets referenced elsewhere in this repo.
|