Upload class_mappings.json
Browse files- class_mappings.json +3 -3
class_mappings.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"tcg_classes": ["magic", "
|
| 3 |
-
"language_classes": ["
|
| 4 |
"image_size": 384,
|
| 5 |
"normalize_mean": [0.485, 0.456, 0.406],
|
| 6 |
"normalize_std": [0.229, 0.224, 0.225]
|
| 7 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"tcg_classes": ["pokemon", "onepiece", "magic", "yugioh", "lorcana", "weiss_schwarz", "sports", "other"],
|
| 3 |
+
"language_classes": ["english", "japanese", "korean", "chinese", "german", "french", "italian", "spanish", "portuguese", "other"],
|
| 4 |
"image_size": 384,
|
| 5 |
"normalize_mean": [0.485, 0.456, 0.406],
|
| 6 |
"normalize_std": [0.229, 0.224, 0.225]
|
| 7 |
+
}
|