wikiart-impressionism-curated / dataset_infos.json
dolphinium's picture
change dtype from bytes to Image
dc8fb90 verified
{
"dolphinium--wikiart-impressionism-curated": {
"description": "A carefully curated subset of the WikiArt dataset, specifically focused on Impressionist paintings. Contains 1,000 high-quality images balanced across different genres: landscapes (30%), portraits (30%), urban scenes (20%), and still life (20%). Each image has been carefully selected to meet specific quality criteria including minimum dimension of 512 pixels, maximum aspect ratio of 2.0, and quality thresholds for file size.\n\nKey Features:\n- 1,000 high-quality Impressionist paintings\n- Balanced genre distribution\n- Quality-controlled image selection\n- Consistent artistic style (Impressionism)\n\nNote:\n* This dataset can be used only for non-commercial research purposes\n* The images were obtained from WikiArt.org\n* Users must comply with WikiArt.org terms and conditions\n",
"features": {
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"artist": {
"num_classes": 129,
"names": [
"Unknown Artist",
"claude-monet",
"pierre-auguste-renoir",
"camille-pissarro",
"alfred-sisley",
"edgar-degas",
"berthe-morisot",
"gustave-caillebotte",
"john-singer-sargent",
"childe-hassam",
"eugene-boudin"
],
"id": null,
"_type": "ClassLabel"
},
"genre": {
"num_classes": 11,
"names": [
"abstract_painting",
"cityscape",
"genre_painting",
"illustration",
"landscape",
"nude_painting",
"portrait",
"religious_painting",
"sketch_and_study",
"still_life",
"Unknown Genre"
],
"id": null,
"_type": "ClassLabel"
},
"style": {
"num_classes": 27,
"names": [
"Abstract_Expressionism",
"Action_painting",
"Analytical_Cubism",
"Art_Nouveau",
"Baroque",
"Color_Field_Painting",
"Contemporary_Realism",
"Cubism",
"Early_Renaissance",
"Expressionism",
"Fauvism",
"High_Renaissance",
"Impressionism",
"Mannerism_Late_Renaissance",
"Minimalism",
"Naive_Art_Primitivism",
"New_Realism",
"Northern_Renaissance",
"Pointillism",
"Pop_Art",
"Post_Impressionism",
"Realism",
"Rococo",
"Romanticism",
"Symbolism",
"Synthetic_Cubism",
"Ukiyo_e"
],
"id": null,
"_type": "ClassLabel"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"config_name": "default",
"version": {
"version_str": "1.0.0",
"description": "Initial release of the Curated Impressionism Dataset",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 507023046.0,
"num_examples": 1000,
"dataset_name": "wikiart-impressionism-curated"
}
},
"download_checksums": null,
"download_size": 506591452,
"post_processing_size": null,
"dataset_size": 507023046.0,
"size_in_bytes": 1013614498.0
},
"default": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {
"dtype": "int64",
"_type": "Value"
},
"image": {
"_type": "Image"
},
"caption": {
"dtype": "string",
"_type": "Value"
},
"artist": {
"dtype": "int64",
"_type": "Value"
},
"genre": {
"dtype": "int64",
"_type": "Value"
},
"style": {
"dtype": "int64",
"_type": "Value"
}
},
"config_name": "default",
"splits": {
"train": {
"name": "train",
"num_bytes": 507314638.0,
"num_examples": 1000,
"dataset_name": "wikiart-impressionism-curated"
}
},
"download_size": 506703936,
"dataset_size": 507314638.0,
"size_in_bytes": 1014018574.0
}
}