vsevolodpl commited on
Commit
763115c
·
verified ·
1 Parent(s): 06a36d0

Create LICENSE.md

Browse files
Files changed (1) hide show
  1. LICENSE.md +22 -0
LICENSE.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License
2
+
3
+ This project involves two types of content, each subject to different licensing terms:
4
+
5
+ ## 1. Photos (MIT-Adobe FiveK Dataset)
6
+ The original images are provided by MIT and Adobe. You may use these photos for **research purposes only**.
7
+ * **Adobe License:** The [LicenseAdobe.txt](https://data.csail.mit.edu/graphics/fivek/legal/LicenseAdobe.txt) applies to all files listed in [`filesAdobe.txt`](https://data.csail.mit.edu/graphics/fivek/legal/filesAdobe.txt).
8
+ * **MIT License:** The [LicenseAdobeMIT.txt](https://data.csail.mit.edu/graphics/fivek/legal/LicenseAdobeMIT.txt) applies to all files listed in [`filesAdobeMIT.txt`](https://data.csail.mit.edu/graphics/fivek/legal/filesAdobeMIT.txt).
9
+
10
+ ## 2. Annotations (My Contributions)
11
+ Custom annotations/labels included in this repository are licensed under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
12
+
13
+ [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
14
+
15
+ **Under this license, you are free to:**
16
+ * **Share** — copy and redistribute the material in any medium or format.
17
+ * **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.
18
+
19
+ **Under the following terms:**
20
+ * **Attribution** — You must give appropriate credit, provide a link to the [license](https://creativecommons.org/licenses/by/4.0/), and indicate if changes were made.
21
+
22
+ *Note: While the annotations themselves allow commercial adaptation, the underlying images from the MIT-Adobe FiveK dataset may still be restricted to non-commercial research use only. Please adhere to the original image licenses accordingly.*