Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,16 @@ license: mit
|
|
14 |
Images are first divided into patches and classified as rich texture or poor texture. The azimuthal integral is then calculated for each patch with positional embedding applied. See train.py for subsequent classifier architecture.
|
15 |
The four datasets I trained on:
|
16 |
|
|
|
17 |
AI Recognition Dataset: https://www.kaggle.com/datasets/superpotato9/dalle-recognition-dataset
|
|
|
18 |
AI ArtBench: https://www.kaggle.com/datasets/ravidussilva/real-ai-art
|
|
|
19 |
Dalle-3 Images: https://huggingface.co/datasets/ehristoforu/dalle-3-images
|
|
|
20 |
130k Images--Universal Image Embeddings: https://www.kaggle.com/datasets/rhtsingh/130k-images-512x512-universal-image-embeddings
|
21 |
|
|
|
22 |
I sampled approximated 50,000 real and 50,000 AI generated images. I was able to achieve 97.5% validation accuracy
|
23 |
|
24 |
|
|
|
14 |
Images are first divided into patches and classified as rich texture or poor texture. The azimuthal integral is then calculated for each patch with positional embedding applied. See train.py for subsequent classifier architecture.
|
15 |
The four datasets I trained on:
|
16 |
|
17 |
+
|
18 |
AI Recognition Dataset: https://www.kaggle.com/datasets/superpotato9/dalle-recognition-dataset
|
19 |
+
|
20 |
AI ArtBench: https://www.kaggle.com/datasets/ravidussilva/real-ai-art
|
21 |
+
|
22 |
Dalle-3 Images: https://huggingface.co/datasets/ehristoforu/dalle-3-images
|
23 |
+
|
24 |
130k Images--Universal Image Embeddings: https://www.kaggle.com/datasets/rhtsingh/130k-images-512x512-universal-image-embeddings
|
25 |
|
26 |
+
|
27 |
I sampled approximated 50,000 real and 50,000 AI generated images. I was able to achieve 97.5% validation accuracy
|
28 |
|
29 |
|