Skip to content

Commit 92df462

Browse files
committed
cleanup
1 parent 2ffa110 commit 92df462

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

datasets/landscapes/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ The landscapes dataset is just under 4000 images in seven categories of landscap
44

55
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.
66

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:
8-
9-
url
10-
full file name
11-
license
12-
image title
13-
owner's username
14-
cleaned file name (just the number and extension)
15-
keyword (same as the category)
16-
owner id
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.
178

189
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
1910

@@ -23,7 +14,9 @@ The license field here is important. These images are pulled from Flickr, which
2314

2415
No image in this dataset has a '0' license, which is for all rights reserved.
2516

26-
Images with license '1':
17+
Images with license:
18+
19+
'1':
2720
https://creativecommons.org/licenses/by-nc-sa/2.0/
2821
You may share and adapt these images, with attribution, for non-commercial purposes, under the sharealike license.
2922

0 commit comments

Comments
 (0)