File size: 3,724 Bytes
5e92535 fe60af9 5e92535 fe60af9 5e92535 fe60af9 88025fd 4701e72 88025fd 5b9804c 88025fd f9e7918 88025fd 4701e72 88025fd 6f629de 88025fd 4701e72 88025fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
---
dataset_info:
features:
- name: image
dtype: image
- name: objectID
dtype: int64
- name: isHighlight
dtype: bool
- name: accessionNumber
dtype: string
- name: accessionYear
dtype: int64
- name: isPublicDomain
dtype: bool
- name: primaryImage
dtype: string
- name: primaryImageSmall
dtype: string
- name: department
dtype: string
- name: objectName
dtype: string
- name: title
dtype: string
- name: culture
dtype: float64
- name: period
dtype: float64
- name: dynasty
dtype: float64
- name: reign
dtype: float64
- name: portfolio
dtype: float64
- name: artistRole
dtype: string
- name: artistPrefix
dtype: float64
- name: artistDisplayName
dtype: string
- name: artistDisplayBio
dtype: string
- name: artistSuffix
dtype: float64
- name: artistAlphaSort
dtype: string
- name: artistNationality
dtype: string
- name: artistBeginDate
dtype: float64
- name: artistEndDate
dtype: float64
- name: artistGender
dtype: float64
- name: artistWikidata_URL
dtype: string
- name: artistULAN_URL
dtype: string
- name: objectDate
dtype: string
- name: objectBeginDate
dtype: int64
- name: objectEndDate
dtype: int64
- name: medium
dtype: string
- name: dimensions
dtype: string
- name: creditLine
dtype: string
- name: geographyType
dtype: float64
- name: city
dtype: float64
- name: state
dtype: float64
- name: county
dtype: float64
- name: country
dtype: float64
- name: region
dtype: float64
- name: subregion
dtype: float64
- name: locale
dtype: float64
- name: locus
dtype: float64
- name: excavation
dtype: float64
- name: river
dtype: float64
- name: classification
dtype: string
- name: rightsAndReproduction
dtype: float64
- name: linkResource
dtype: float64
- name: metadataDate
dtype: string
- name: repository
dtype: string
- name: objectURL
dtype: string
- name: objectWikidata_URL
dtype: float64
- name: isTimelineWork
dtype: bool
- name: GalleryNumber
dtype: float64
splits:
- name: train
num_bytes: 74129545
num_examples: 942
download_size: 73571351
dataset_size: 74129545
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc0-1.0
task_categories:
- unconditional-image-generation
size_categories:
- n<1K
---
# Dataset Card for Brewster Carriages
![](samples.png)
<!-- Provide a quick summary of the dataset. -->
A permissively licensed dataset of original [Brewster & Co.](https://en.wikipedia.org/wiki/Brewster_%26_Co.) carriage illustrations (and associated metadata) from the public domain. While this dataset could be used for a variety of tasks and purposes, it was originally collated by [Jonathan Dinu](https://jonathandinu.com) to train an unconditional image generation model.
## Dataset Description
- **Curated by:** [Jonathan Dinu](https://jonathandinu.com)
- **License:** Dataset [CC0](https://creativecommons.org/public-domain/cc0/) licensed, source images are in the Public Domain.
## Dataset Sources
<!-- Provide the basic links for the dataset. -->
Dataset is sourced from The Metropolitan Museum of Art [open access archives](https://www.metmuseum.org/about-the-met/policies-and-documents/open-access) using a query for ["brewster+co"](https://collectionapi.metmuseum.org/public/collection/v1/search?q=brewster+co). Results are then:
1. Filtered to make sure the source images are all in the public domain.
2. Manually filtered to remove images of low quality.
3. Center cropped and resized to 1024x1024. |