gerdesofearth commited on
Commit
c214b62
·
verified ·
1 Parent(s): 8eb7430

Upload class_mappings.json

Browse files
Files changed (1) hide show
  1. class_mappings.json +7 -0
class_mappings.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "tcg_classes": ["magic", "one_piece", "other", "pokemon", "sports", "yugioh"],
3
+ "language_classes": ["chinese", "english", "french", "german", "italian", "japanese", "korean", "portuguese", "spanish"],
4
+ "image_size": 384,
5
+ "normalize_mean": [0.485, 0.456, 0.406],
6
+ "normalize_std": [0.229, 0.224, 0.225]
7
+ }