vsevolodpl commited on
Commit
06a36d0
·
verified ·
1 Parent(s): 613dd93

Updated license in readme

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -77,4 +77,27 @@ This dataset enables research in:
77
  primaryClass={cs.CV},
78
  note = {Preprint at \url{https://arxiv.org/abs/2512.05209}}
79
  }
80
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  primaryClass={cs.CV},
78
  note = {Preprint at \url{https://arxiv.org/abs/2512.05209}}
79
  }
80
+ ```
81
+
82
+ ## License
83
+
84
+ This project involves two types of content, each subject to different licensing terms:
85
+
86
+ ### 1. Photos (MIT-Adobe FiveK Dataset)
87
+ The original images are provided by MIT and Adobe. You may use these photos for **research purposes only**.
88
+ * **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).
89
+ * **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).
90
+
91
+ ### 2. Annotations (My Contributions)
92
+ Custom annotations/labels included in this repository are licensed under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
93
+
94
+ [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
95
+
96
+ **Under this license, you are free to:**
97
+ * **Share** — copy and redistribute the material in any medium or format.
98
+ * **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.
99
+
100
+ **Under the following terms:**
101
+ * **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.
102
+
103
+ *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.*