demalenk commited on
Commit
a98bc56
Β·
verified Β·
1 Parent(s): ba8a11c

Update LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +40 -0
LICENSE CHANGED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ITTO Dataset - Split Licensing Overview
2
+
3
+ This dataset uses different licenses for different components. Please refer to the
4
+ specific LICENSE files in each subdirectory for detailed terms.
5
+
6
+ COMPONENT LICENSING:
7
+ ====================
8
+
9
+ mose/
10
+ β”œβ”€β”€ License: CC BY-NC-SA 4.0
11
+ β”œβ”€β”€ Content: Video frames + annotations
12
+ β”œβ”€β”€ Restrictions: Non-commercial use only
13
+ └── See: mose/LICENSE and mose/ATTRIBUTION.md
14
+
15
+ lvos/
16
+ β”œβ”€β”€ License: CC BY 4.0 (annotations only)
17
+ β”œβ”€β”€ Content: Installation scripts + annotations
18
+ β”œβ”€β”€ Note: Requires separate access to L-VOS dataset
19
+ └── See: lvos/LICENSE and lvos/ATTRIBUTION.md
20
+
21
+ ego4d/
22
+ β”œβ”€β”€ License: CC BY 4.0 (annotations only)
23
+ β”œβ”€β”€ Content: Installation scripts + annotations
24
+ β”œβ”€β”€ Note: Requires separate Ego4D license agreements
25
+ └── See: ego4d/LICENSE and ego4d/ATTRIBUTION.md
26
+
27
+ OVERALL USAGE TERMS:
28
+ ===================
29
+ - Non-commercial research use only (due to MOSE component)
30
+ - Must comply with ALL component licenses
31
+ - Attribution required for this dataset AND all source datasets
32
+ - Commercial use prohibited
33
+
34
+ CITATION:
35
+ =========
36
+ When using this dataset, cite:
37
+ 1. This dataset: [Your citation format]
38
+ 2. All applicable source datasets (see ATTRIBUTION.md files)
39
+
40
+ For questions about licensing, see README.md or contact the dataset authors.