Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,40 @@ tags:
|
|
16 |
pretty_name: Furry Aesthetic Realism Annotated Dataset
|
17 |
size_categories:
|
18 |
- 10K<n<100K
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
pretty_name: Furry Aesthetic Realism Annotated Dataset
|
17 |
size_categories:
|
18 |
- 10K<n<100K
|
19 |
+
---
|
20 |
+
|
21 |
+
# FARAD - Furry Aesthetic Realism Annotated Dataset
|
22 |
+
|
23 |
+
The FARAD text to image dataset consists of ~18k publicly-available image URL-text pairs from the professional art portfolo website [Artstation](artstation.com). The images were drawn from a set of ~600k furry-adjacent tagged images and then assessed for quality and content with [FARAMIR](https://github.com/redhottensors/FARAMIR) and collaboratively relabeled with simplified [e621](https://e621.net/) tags by [JTP-PILOT²](https://huggingface.co/RedRocket/JointTaggerProject).
|
24 |
+
|
25 |
+
## Version 1
|
26 |
+
Download Link: https://huggingface.co/datasets/RedRocket/FARAD/resolve/main/v1/data.csv?download=true (5MB)
|
27 |
+
Statistics: 18409 images from 4472 distinct projects. 738 artists and 1937 distinct tags.
|
28 |
+
CSV Fields: <code>url,project,asset,user,width,height,date,likes,title,labels</code>
|
29 |
+
|
30 |
+
## Dataset Sample
|
31 |
+
<table>
|
32 |
+
<tr>
|
33 |
+
<td><b>"Toothless - How To Train Your Dragon"</b> – donchuan3d</td>
|
34 |
+
<td><b>"Wolf Portrait (different angle)"</b> – massimorighi</td>
|
35 |
+
<td><b>"Raptors hunting"</b> – alessandromastronardi</td>
|
36 |
+
</tr>
|
37 |
+
<tr>
|
38 |
+
<td><img style="max-height: 386px; margin: 0;" src="https://cdna.artstation.com/p/assets/images/images/058/763/682/large/juan-hernandez-toothless-studio-1001.jpg"></td>
|
39 |
+
<td><img style="max-height: 386px; margin: 0;" src="https://cdnb.artstation.com/p/assets/images/images/016/724/971/large/massimo-righi-wolffrontmain.jpg"></td>
|
40 |
+
<td><img style="max-height: 386px; margin: 0;" src="https://cdna.artstation.com/p/assets/images/images/006/836/146/large/alessandro-mastronardi-deinonychus-popup105.jpg"></td>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<td><code>3d, how to train your dragon, male feral, night fury, rigging, simple background, solo, stylized, substance painter, toothless, zbrush</code></td>
|
44 |
+
<td><code>3d, ambiguous feral, arnold, realistic, simple background, solo, wolf</td>
|
45 |
+
<td><code>3d, ambiguous feral, deinonychus, detailed background, duo, realistic, zbrush</code></td>
|
46 |
+
</tr>
|
47 |
+
</table>
|
48 |
+
|
49 |
+
## Notes
|
50 |
+
Per the Artstation terms of service, the dataset does not contain images tagged with <code>#NoAI</code> at the time of retrieval.
|
51 |
+
Images of untextured models are present in the dataset, with the label <code>unfinished</code>, as assessed by FARAMIR.
|
52 |
+
The dataset may contain small amounts of unlabelled adult or mature content, but efforts have been made to avoid this.
|
53 |
+
|
54 |
+
## License
|
55 |
+
This dataset is available under the terms of the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en) license. This dataset only contains hyperlinks to publicly-available images and associated metadata. You are responsible for obeying all applicable laws and terms of service when using this dataset.
|