hermanhugging commited on
Commit
90a1df6
·
verified ·
1 Parent(s): b11d970

Upload LICENSE.md

Browse files
Files changed (1) hide show
  1. LICENSE.md +94 -0
LICENSE.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Licensing and Third-Party Rights Notice
2
+
3
+ This repository is a curated academic collection derived from multiple third-party image datasets. It does **not** have one uniform permissive license covering all of its contents.
4
+
5
+ ## Hugging Face license field
6
+
7
+ The dataset card should use:
8
+
9
+ ```yaml
10
+ license: other
11
+ ```
12
+
13
+ This is intentional. Using `mit`, `apache-2.0`, `cc0-1.0`, `cc-by-4.0`, or another single permissive identifier for the complete repository could incorrectly imply that the uploader has permission to relicense all third-party images.
14
+
15
+ ## Original curation materials
16
+
17
+ To the extent that the repository maintainer owns copyright in the original documentation, preparation notes, and independently authored curation material in this repository, those contributions are made available under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**.
18
+
19
+ This permission does not extend to:
20
+
21
+ - third-party image files;
22
+ - original labels, annotations, or metadata copied from source datasets;
23
+ - third-party papers, descriptions, trademarks, or logos;
24
+ - any content for which the repository maintainer does not hold the necessary rights.
25
+
26
+ CC BY 4.0 text: https://creativecommons.org/licenses/by/4.0/
27
+
28
+ ## Third-party dataset content
29
+
30
+ The image files and source-derived annotations remain governed by the rights and terms associated with their original sources. No additional license to those materials is granted by this repository.
31
+
32
+ ### CIFAR-100
33
+
34
+ Source: https://www.cs.toronto.edu/~kriz/cifar.html
35
+
36
+ The official CIFAR page provides the dataset for download and requests citation of the associated technical report. The page does not present an explicit standard redistribution license for the image collection. Users should cite the original work and independently assess whether their intended use is permitted.
37
+
38
+ ### Caltech-256
39
+
40
+ Source: https://data.caltech.edu/records/nyy15-4j048
41
+
42
+ The CaltechDATA record identifies the resource as an open dataset, but its displayed license field is blank. This repository therefore does not assign a new license to the Caltech-256 images.
43
+
44
+ ### Google Scraped Image Dataset
45
+
46
+ Source: https://www.kaggle.com/datasets/duttadebadri/image-classification
47
+
48
+ This collection contains web-scraped images. Individual images may remain protected by third-party copyright or other rights even when the dataset is publicly downloadable. The repository maintainer does not claim ownership of those images and does not grant permission for commercial reuse.
49
+
50
+ ### Oxford Flowers-102
51
+
52
+ Official source: https://www.robots.ox.ac.uk/~vgg/data/flowers/102/
53
+
54
+ Package used in the experiments: https://www.kaggle.com/datasets/nunenuh/pytorch-challange-flower-dataset
55
+
56
+ The official Oxford page provides downloads and citation information but does not display an explicit standard license for the underlying images. A Kaggle mirror may display a platform-level license label, but that label should not automatically be interpreted as proof that all underlying image rights were transferred to the mirror uploader.
57
+
58
+ ### Stanford Dogs
59
+
60
+ Official source: http://vision.stanford.edu/aditya86/ImageNetDogs/
61
+
62
+ Package used in the experiments: https://www.kaggle.com/datasets/jessicali9530/stanford-dogs-dataset
63
+
64
+ This repository does not grant a general commercial or redistribution license for Stanford Dogs images. Users should follow the original dataset terms and any restrictions associated with the source images.
65
+
66
+ ## Recommended distribution approach
67
+
68
+ Where redistribution rights are uncertain, the safest approach is to distribute only:
69
+
70
+ - preparation scripts;
71
+ - deterministic train/validation/test indices;
72
+ - split manifests;
73
+ - class mappings;
74
+ - checksums;
75
+ - duplicate and corruption reports;
76
+ - documentation describing how users can obtain the source datasets themselves.
77
+
78
+ If image files are publicly redistributed, the uploader is responsible for confirming that the relevant source terms and rights permit redistribution.
79
+
80
+ ## Attribution and citation
81
+
82
+ Use of the prepared splits should acknowledge:
83
+
84
+ 1. the original dataset authors;
85
+ 2. the original source or hosting page;
86
+ 3. Herman Dihtenko's thesis and preparation pipeline.
87
+
88
+ Citation information is provided in `README.md`.
89
+
90
+ ## No warranty
91
+
92
+ The repository is provided for academic and research purposes on an “as is” basis, without warranties or guarantees of title, non-infringement, fitness for a particular purpose, accuracy, or completeness.
93
+
94
+ This notice is informational and is not legal advice.