gerdesofearth commited on
Commit
263c618
·
verified ·
1 Parent(s): c214b62

Upload class_mappings.json

Browse files
Files changed (1) hide show
  1. class_mappings.json +3 -3
class_mappings.json CHANGED
@@ -1,7 +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
- }
 
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
+ }