|
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 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 | + |
0 commit comments