Datasets:
Upload 4 files
Browse files- ego4d_notice.txt +16 -0
- itto_license.txt +22 -0
- lvos_license.txt +18 -0
- mose_license.txt +16 -0
ego4d_notice.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Ego4D License Notice
|
2 |
+
|
3 |
+
This benchmark references video data from the Ego4D dataset by including metadata and video identifiers only.
|
4 |
+
|
5 |
+
No Ego4D videos are hosted or redistributed in this repository.
|
6 |
+
To access Ego4D video content, users must apply for access and agree to the official license terms.
|
7 |
+
|
8 |
+
Apply for access at: https://ego4d-data.org/
|
9 |
+
|
10 |
+
All use of Ego4D data is subject to their licensing agreement. Please refer to the official site for details.
|
11 |
+
|
12 |
+
This repository provides:
|
13 |
+
- Video UIDs and split definitions
|
14 |
+
- Download scripts that require valid authentication
|
15 |
+
|
16 |
+
Do not attempt to use or redistribute Ego4D video content without appropriate licensing.
|
itto_license.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
2 |
+
|
3 |
+
This benchmark, including all original annotations, metadata, split files, and associated tools (excluding third-party video data from MOSE, L-VOS, and Ego4D), is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
|
4 |
+
|
5 |
+
You are free to:
|
6 |
+
- Share — copy and redistribute the material in any medium or format
|
7 |
+
- Adapt — remix, transform, and build upon the material
|
8 |
+
|
9 |
+
Under the following terms:
|
10 |
+
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
11 |
+
- NonCommercial — You may not use the material for commercial purposes.
|
12 |
+
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
|
13 |
+
|
14 |
+
Full license text: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
15 |
+
|
16 |
+
This license applies only to original content in this repository.
|
17 |
+
Third-party datasets referenced in this benchmark are governed by their own respective licenses:
|
18 |
+
- MOSE: CC BY-NC-SA 4.0
|
19 |
+
- L-VOS: BSD 3-Clause License
|
20 |
+
- Ego4D: Restricted license — see https://ego4d-data.org/
|
21 |
+
|
22 |
+
© 2025 Your Name or Institution. All rights reserved under the terms above.
|
lvos_license.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
L-VOS Dataset License (BSD 3-Clause License)
|
2 |
+
|
3 |
+
This portion of the benchmark includes video data from the L-VOS dataset.
|
4 |
+
|
5 |
+
BSD 3-Clause License
|
6 |
+
|
7 |
+
Copyright (c) 2022, LY_Hong
|
8 |
+
All rights reserved.
|
9 |
+
|
10 |
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
11 |
+
|
12 |
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
|
13 |
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
14 |
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
15 |
+
|
16 |
+
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
|
17 |
+
|
18 |
+
Source: https://github.com/hongfz16/LVOS
|
mose_license.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MOSE Dataset License (CC BY-NC-SA 4.0)
|
2 |
+
|
3 |
+
This portion of the benchmark includes video data from the MOSE dataset.
|
4 |
+
|
5 |
+
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
6 |
+
Full license text: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
7 |
+
|
8 |
+
Summary:
|
9 |
+
- You may copy and redistribute the material in any medium or format.
|
10 |
+
- You may remix, transform, and build upon the material.
|
11 |
+
- You must give appropriate credit to the MOSE authors.
|
12 |
+
- You may not use the material for commercial purposes.
|
13 |
+
- If you remix or build upon the material, you must distribute your contributions under the same license.
|
14 |
+
|
15 |
+
MOSE is provided for non-commercial research purposes only.
|
16 |
+
Source: https://github.com/ComputerVision-ECCV2022/MOSE
|