Skip to content

Commit 52a73ad

Browse files
authored
Merge pull request #7 from handav/master
License information for the landscapes images
2 parents 0a1f270 + a055204 commit 52a73ad

10 files changed

+72
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
datasets/.DS_Store
2-
datasets/landscapes/.DS_Store
2+
datasets/landscapes/.DS_Store
3+
.DS_Store

datasets/LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please note, the images in the datasets have their own individual licenses. Please see each datasets's README for more information.

datasets/landscapes/README.md

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
## Landscapes dataset
22

3-
The landscapes dataset is roughly 3200 images in seven categories of landscape/environment: city, road, mountain, lake, ocean, field, and forest.
3+
The landscapes dataset is just under 4000 images in seven categories of landscape/environment: city, road, mountain, lake, ocean, field, and forest.
44

5-
This is a toy dataset to help explain how to gather, process, and structure data, and to use in some of ML5's learning examples.
5+
This is a toy dataset to help explain how to gather, process, and structure data, and to use in some of ML5's learning examples.
6+
7+
In the 'licenses' folder, you'll find a JSON file for each category. Each file has a list of the photos and each photo's url, full file name, license, image title, owner's username, cleaned file name (just the number and extension), keyword (same as the category), and owner id.
8+
9+
The license field here is important. These images are pulled from Flickr, which has the licensing system available here: https://www.flickr.com/services/api/flickr.photos.licenses.getInfo.html
10+
11+
**IMPORTANT**
12+
13+
#### If you are building upon these images or doing generative machine learning projects with these images, you must take out photos with licenses 3 and 6, as these do not allow remixing.
14+
15+
No image in this dataset has a '0' license, which is for all rights reserved.
16+
17+
Images with license:
18+
19+
'1':
20+
https://creativecommons.org/licenses/by-nc-sa/2.0/
21+
You may share and adapt these images, with attribution, for non-commercial purposes, under the sharealike license.
22+
23+
'2':
24+
https://creativecommons.org/licenses/by-nc/2.0/
25+
You may share and adapt these images, with attribution, for non-commercial purposes.
26+
27+
'3':
28+
https://creativecommons.org/licenses/by-nc-nd/2.0/
29+
You may share but NOT adapt these images, with attribution, for non-commercial purposes, and you may NOT remix, transform, or build upon the material, or distribute any modified material.
30+
31+
'4':
32+
https://creativecommons.org/licenses/by/2.0/
33+
You may share and adapt these images, with attribution, for commerical or non-commercial purposes.
34+
35+
'5':
36+
https://creativecommons.org/licenses/by-sa/2.0/
37+
You may share and adapt these images, with attribution, under the sharealike license.
38+
39+
'6':
40+
https://creativecommons.org/licenses/by-nd/2.0/
41+
You may share but NOT adapt these images, and you may NOT remix, transform, or build upon the material, or distribute any modified material.
42+
43+
'7':
44+
https://www.flickr.com/commons/usage/
45+
No known restrictions.
46+
47+
'8':
48+
http://www.usa.gov/copyright.shtml
49+
You may reproduce the work, create derivative works, perform the work publicly, display the work, and distribute the work.
50+
51+
'9':
52+
https://creativecommons.org/publicdomain/zero/1.0/
53+
No copyright - intentional. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
54+
55+
'10':
56+
https://creativecommons.org/publicdomain/mark/1.0/
57+
No copyright - identified. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
58+
59+
60+
61+
62+
63+
64+
65+

datasets/landscapes/licenses/city_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/field_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/forest_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/lake_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/mountain_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/ocean_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/landscapes/licenses/road_photos_info.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)