|
1 | 1 | ## Landscapes dataset
|
2 | 2 |
|
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. |
4 | 4 |
|
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: |
| 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 |
| 17 | + |
| 18 | +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 |
| 19 | + |
| 20 | +**IMPORTANT** |
| 21 | + |
| 22 | +#### 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. |
| 23 | + |
| 24 | +No image in this dataset has a '0' license, which is for all rights reserved. |
| 25 | + |
| 26 | +Images with license '1': |
| 27 | +https://creativecommons.org/licenses/by-nc-sa/2.0/ |
| 28 | +You may share and adapt these images, with attribution, for non-commercial purposes, under the sharealike license. |
| 29 | + |
| 30 | +'2': |
| 31 | +https://creativecommons.org/licenses/by-nc/2.0/ |
| 32 | +You may share and adapt these images, with attribution, for non-commercial purposes. |
| 33 | + |
| 34 | +'3': |
| 35 | +https://creativecommons.org/licenses/by-nc-nd/2.0/ |
| 36 | +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. |
| 37 | + |
| 38 | +'4': |
| 39 | +https://creativecommons.org/licenses/by/2.0/ |
| 40 | +You may share and adapt these images, with attribution, for commerical or non-commercial purposes. |
| 41 | + |
| 42 | +'5': |
| 43 | +https://creativecommons.org/licenses/by-sa/2.0/ |
| 44 | +You may share and adapt these images, with attribution, under the sharealike license. |
| 45 | + |
| 46 | +'6': |
| 47 | +https://creativecommons.org/licenses/by-nd/2.0/ |
| 48 | +You may share but NOT adapt these images, and you may NOT remix, transform, or build upon the material, or distribute any modified material. |
| 49 | + |
| 50 | +'7': |
| 51 | +https://www.flickr.com/commons/usage/ |
| 52 | +No known restrictions. |
| 53 | + |
| 54 | +'8': |
| 55 | +http://www.usa.gov/copyright.shtml |
| 56 | +You may reproduce the work, create derivative works, perform the work publicly, display the work, and distribute the work. |
| 57 | + |
| 58 | +'9': |
| 59 | +https://creativecommons.org/publicdomain/zero/1.0/ |
| 60 | +No copyright - intentional. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. |
| 61 | + |
| 62 | +'10': |
| 63 | +https://creativecommons.org/publicdomain/mark/1.0/ |
| 64 | +No copyright - identified. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
0 commit comments