Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Anime/Real/Rendered Image Classifier (TF-EfficientNetV2-S)
|
| 2 |
|
| 3 |
**Higher-capacity classifier with improved generalization for anime, photo, and 3D detection.**
|
|
@@ -100,4 +115,4 @@ print(f"{labels[pred_class]}: {probs[0, pred_class]:.2%}")
|
|
| 100 |
|
| 101 |
## License
|
| 102 |
|
| 103 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: timm
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
tags:
|
| 5 |
+
- anime-classification
|
| 6 |
+
- real-photos
|
| 7 |
+
- rendered-graphics
|
| 8 |
+
- pytorch
|
| 9 |
+
- efficientnetv2
|
| 10 |
+
- vision
|
| 11 |
+
license: openrail
|
| 12 |
+
model_type: efficientnetv2_s
|
| 13 |
+
inference: true
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# Anime/Real/Rendered Image Classifier (TF-EfficientNetV2-S)
|
| 17 |
|
| 18 |
**Higher-capacity classifier with improved generalization for anime, photo, and 3D detection.**
|
|
|
|
| 115 |
|
| 116 |
## License
|
| 117 |
|
| 118 |
+
OpenRAIL - Free for research and educational purposes
|