Instructions to use hansin91/scene_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hansin91/scene_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hansin91/scene_classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("hansin91/scene_classification") model = AutoModelForImageClassification.from_pretrained("hansin91/scene_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- config.json +2138 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,2138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "airport_terminal",
|
| 13 |
+
"1": "art_gallery",
|
| 14 |
+
"10": "bullring",
|
| 15 |
+
"100": "apse_outdoor",
|
| 16 |
+
"1000": "voting_booth",
|
| 17 |
+
"1001": "waiting_room",
|
| 18 |
+
"1002": "walk_in_freezer",
|
| 19 |
+
"1003": "warehouse_indoor",
|
| 20 |
+
"1004": "warehouse_outdoor",
|
| 21 |
+
"1005": "washhouse_indoor",
|
| 22 |
+
"1006": "washhouse_outdoor",
|
| 23 |
+
"1007": "watchtower",
|
| 24 |
+
"1008": "water_mill",
|
| 25 |
+
"1009": "water_park",
|
| 26 |
+
"101": "aquarium",
|
| 27 |
+
"1010": "water_tower",
|
| 28 |
+
"1011": "water_treatment_plant_indoor",
|
| 29 |
+
"1012": "water_treatment_plant_outdoor",
|
| 30 |
+
"1013": "block",
|
| 31 |
+
"1014": "cascade",
|
| 32 |
+
"1015": "cataract",
|
| 33 |
+
"1016": "fan",
|
| 34 |
+
"1017": "plunge",
|
| 35 |
+
"1018": "watering_hole",
|
| 36 |
+
"1019": "weighbridge",
|
| 37 |
+
"102": "aquatic_theater",
|
| 38 |
+
"1020": "wet_bar",
|
| 39 |
+
"1021": "wharf",
|
| 40 |
+
"1022": "wheat_field",
|
| 41 |
+
"1023": "whispering_gallery",
|
| 42 |
+
"1024": "widows_walk_interior",
|
| 43 |
+
"1025": "windmill",
|
| 44 |
+
"1026": "window_seat",
|
| 45 |
+
"1027": "barrel_storage",
|
| 46 |
+
"1028": "winery",
|
| 47 |
+
"1029": "witness_stand",
|
| 48 |
+
"103": "aqueduct",
|
| 49 |
+
"1030": "woodland",
|
| 50 |
+
"1031": "workroom",
|
| 51 |
+
"1032": "workshop",
|
| 52 |
+
"1033": "wrestling_ring_indoor",
|
| 53 |
+
"1034": "wrestling_ring_outdoor",
|
| 54 |
+
"1035": "yard",
|
| 55 |
+
"1036": "youth_hostel",
|
| 56 |
+
"1037": "zen_garden",
|
| 57 |
+
"1038": "ziggurat",
|
| 58 |
+
"1039": "zoo",
|
| 59 |
+
"104": "arcade",
|
| 60 |
+
"1040": "forklift",
|
| 61 |
+
"1041": "hollow",
|
| 62 |
+
"1042": "hutment",
|
| 63 |
+
"1043": "pueblo",
|
| 64 |
+
"1044": "vat",
|
| 65 |
+
"1045": "perfume_shop",
|
| 66 |
+
"1046": "steel_mill_outdoor",
|
| 67 |
+
"1047": "orchestra_pit",
|
| 68 |
+
"1048": "bridle_path",
|
| 69 |
+
"1049": "lyceum",
|
| 70 |
+
"105": "arch",
|
| 71 |
+
"1050": "one-way_street",
|
| 72 |
+
"1051": "parade_ground",
|
| 73 |
+
"1052": "pump_room",
|
| 74 |
+
"1053": "recycling_plant_outdoor",
|
| 75 |
+
"1054": "chuck_wagon",
|
| 76 |
+
"106": "archaelogical_excavation",
|
| 77 |
+
"107": "archive",
|
| 78 |
+
"108": "basketball",
|
| 79 |
+
"109": "football",
|
| 80 |
+
"11": "bus_interior",
|
| 81 |
+
"110": "hockey",
|
| 82 |
+
"111": "performance",
|
| 83 |
+
"112": "rodeo",
|
| 84 |
+
"113": "soccer",
|
| 85 |
+
"114": "armory",
|
| 86 |
+
"115": "army_base",
|
| 87 |
+
"116": "arrival_gate_indoor",
|
| 88 |
+
"117": "arrival_gate_outdoor",
|
| 89 |
+
"118": "art_school",
|
| 90 |
+
"119": "art_studio",
|
| 91 |
+
"12": "butte",
|
| 92 |
+
"120": "artists_loft",
|
| 93 |
+
"121": "assembly_line",
|
| 94 |
+
"122": "athletic_field_indoor",
|
| 95 |
+
"123": "athletic_field_outdoor",
|
| 96 |
+
"124": "atrium_home",
|
| 97 |
+
"125": "atrium_public",
|
| 98 |
+
"126": "attic",
|
| 99 |
+
"127": "auditorium",
|
| 100 |
+
"128": "auto_factory",
|
| 101 |
+
"129": "auto_mechanics_indoor",
|
| 102 |
+
"13": "canyon",
|
| 103 |
+
"130": "auto_mechanics_outdoor",
|
| 104 |
+
"131": "auto_racing_paddock",
|
| 105 |
+
"132": "auto_showroom",
|
| 106 |
+
"133": "backstage",
|
| 107 |
+
"134": "backstairs",
|
| 108 |
+
"135": "badminton_court_indoor",
|
| 109 |
+
"136": "badminton_court_outdoor",
|
| 110 |
+
"137": "baggage_claim",
|
| 111 |
+
"138": "shop",
|
| 112 |
+
"139": "exterior",
|
| 113 |
+
"14": "casino_outdoor",
|
| 114 |
+
"140": "balcony_interior",
|
| 115 |
+
"141": "ballroom",
|
| 116 |
+
"142": "bamboo_forest",
|
| 117 |
+
"143": "bank_indoor",
|
| 118 |
+
"144": "bank_outdoor",
|
| 119 |
+
"145": "bank_vault",
|
| 120 |
+
"146": "banquet_hall",
|
| 121 |
+
"147": "baptistry_indoor",
|
| 122 |
+
"148": "baptistry_outdoor",
|
| 123 |
+
"149": "bar",
|
| 124 |
+
"15": "castle",
|
| 125 |
+
"150": "barbershop",
|
| 126 |
+
"151": "barn",
|
| 127 |
+
"152": "barndoor",
|
| 128 |
+
"153": "barnyard",
|
| 129 |
+
"154": "barrack",
|
| 130 |
+
"155": "baseball_field",
|
| 131 |
+
"156": "basement",
|
| 132 |
+
"157": "basilica",
|
| 133 |
+
"158": "basketball_court_indoor",
|
| 134 |
+
"159": "basketball_court_outdoor",
|
| 135 |
+
"16": "church_outdoor",
|
| 136 |
+
"160": "bathhouse",
|
| 137 |
+
"161": "batters_box",
|
| 138 |
+
"162": "batting_cage_indoor",
|
| 139 |
+
"163": "batting_cage_outdoor",
|
| 140 |
+
"164": "battlement",
|
| 141 |
+
"165": "bayou",
|
| 142 |
+
"166": "bazaar_indoor",
|
| 143 |
+
"167": "bazaar_outdoor",
|
| 144 |
+
"168": "beach_house",
|
| 145 |
+
"169": "beauty_salon",
|
| 146 |
+
"17": "closet",
|
| 147 |
+
"170": "bedchamber",
|
| 148 |
+
"171": "beer_garden",
|
| 149 |
+
"172": "beer_hall",
|
| 150 |
+
"173": "belfry",
|
| 151 |
+
"174": "bell_foundry",
|
| 152 |
+
"175": "berth",
|
| 153 |
+
"176": "berth_deck",
|
| 154 |
+
"177": "betting_shop",
|
| 155 |
+
"178": "bicycle_racks",
|
| 156 |
+
"179": "bindery",
|
| 157 |
+
"18": "coast",
|
| 158 |
+
"180": "biology_laboratory",
|
| 159 |
+
"181": "bistro_indoor",
|
| 160 |
+
"182": "bistro_outdoor",
|
| 161 |
+
"183": "bleachers_indoor",
|
| 162 |
+
"184": "bleachers_outdoor",
|
| 163 |
+
"185": "boardwalk",
|
| 164 |
+
"186": "boat_deck",
|
| 165 |
+
"187": "boathouse",
|
| 166 |
+
"188": "bog",
|
| 167 |
+
"189": "bomb_shelter_indoor",
|
| 168 |
+
"19": "conference_room",
|
| 169 |
+
"190": "bookbindery",
|
| 170 |
+
"191": "bookstore",
|
| 171 |
+
"192": "bow_window_indoor",
|
| 172 |
+
"193": "bow_window_outdoor",
|
| 173 |
+
"194": "bowling_alley",
|
| 174 |
+
"195": "box_seat",
|
| 175 |
+
"196": "boxing_ring",
|
| 176 |
+
"197": "breakroom",
|
| 177 |
+
"198": "brewery_indoor",
|
| 178 |
+
"199": "brewery_outdoor",
|
| 179 |
+
"2": "badlands",
|
| 180 |
+
"20": "construction_site",
|
| 181 |
+
"200": "brickyard_indoor",
|
| 182 |
+
"201": "brickyard_outdoor",
|
| 183 |
+
"202": "building_complex",
|
| 184 |
+
"203": "building_facade",
|
| 185 |
+
"204": "bullpen",
|
| 186 |
+
"205": "burial_chamber",
|
| 187 |
+
"206": "bus_depot_indoor",
|
| 188 |
+
"207": "bus_depot_outdoor",
|
| 189 |
+
"208": "bus_shelter",
|
| 190 |
+
"209": "bus_station_indoor",
|
| 191 |
+
"21": "corral",
|
| 192 |
+
"210": "bus_station_outdoor",
|
| 193 |
+
"211": "butchers_shop",
|
| 194 |
+
"212": "cabana",
|
| 195 |
+
"213": "cabin_indoor",
|
| 196 |
+
"214": "cabin_outdoor",
|
| 197 |
+
"215": "cafeteria",
|
| 198 |
+
"216": "call_center",
|
| 199 |
+
"217": "campsite",
|
| 200 |
+
"218": "campus",
|
| 201 |
+
"219": "natural",
|
| 202 |
+
"22": "corridor",
|
| 203 |
+
"220": "urban",
|
| 204 |
+
"221": "candy_store",
|
| 205 |
+
"222": "canteen",
|
| 206 |
+
"223": "car_dealership",
|
| 207 |
+
"224": "backseat",
|
| 208 |
+
"225": "frontseat",
|
| 209 |
+
"226": "caravansary",
|
| 210 |
+
"227": "cardroom",
|
| 211 |
+
"228": "cargo_container_interior",
|
| 212 |
+
"229": "airplane",
|
| 213 |
+
"23": "crosswalk",
|
| 214 |
+
"230": "boat",
|
| 215 |
+
"231": "freestanding",
|
| 216 |
+
"232": "carport_indoor",
|
| 217 |
+
"233": "carport_outdoor",
|
| 218 |
+
"234": "carrousel",
|
| 219 |
+
"235": "casino_indoor",
|
| 220 |
+
"236": "catacomb",
|
| 221 |
+
"237": "cathedral_indoor",
|
| 222 |
+
"238": "cathedral_outdoor",
|
| 223 |
+
"239": "catwalk",
|
| 224 |
+
"24": "day_care_center",
|
| 225 |
+
"240": "cavern_indoor",
|
| 226 |
+
"241": "cavern_outdoor",
|
| 227 |
+
"242": "cemetery",
|
| 228 |
+
"243": "chalet",
|
| 229 |
+
"244": "chaparral",
|
| 230 |
+
"245": "chapel",
|
| 231 |
+
"246": "checkout_counter",
|
| 232 |
+
"247": "cheese_factory",
|
| 233 |
+
"248": "chemical_plant",
|
| 234 |
+
"249": "chemistry_lab",
|
| 235 |
+
"25": "sand",
|
| 236 |
+
"250": "chicken_coop_indoor",
|
| 237 |
+
"251": "chicken_coop_outdoor",
|
| 238 |
+
"252": "chicken_farm_indoor",
|
| 239 |
+
"253": "chicken_farm_outdoor",
|
| 240 |
+
"254": "childs_room",
|
| 241 |
+
"255": "choir_loft_interior",
|
| 242 |
+
"256": "church_indoor",
|
| 243 |
+
"257": "circus_tent_indoor",
|
| 244 |
+
"258": "circus_tent_outdoor",
|
| 245 |
+
"259": "city",
|
| 246 |
+
"26": "elevator_interior",
|
| 247 |
+
"260": "classroom",
|
| 248 |
+
"261": "clean_room",
|
| 249 |
+
"262": "cliff",
|
| 250 |
+
"263": "booth",
|
| 251 |
+
"264": "room",
|
| 252 |
+
"265": "clock_tower_indoor",
|
| 253 |
+
"266": "cloister_indoor",
|
| 254 |
+
"267": "cloister_outdoor",
|
| 255 |
+
"268": "clothing_store",
|
| 256 |
+
"269": "coast_road",
|
| 257 |
+
"27": "escalator_indoor",
|
| 258 |
+
"270": "cockpit",
|
| 259 |
+
"271": "coffee_shop",
|
| 260 |
+
"272": "computer_room",
|
| 261 |
+
"273": "conference_center",
|
| 262 |
+
"274": "conference_hall",
|
| 263 |
+
"275": "confessional",
|
| 264 |
+
"276": "control_room",
|
| 265 |
+
"277": "control_tower_indoor",
|
| 266 |
+
"278": "control_tower_outdoor",
|
| 267 |
+
"279": "convenience_store_indoor",
|
| 268 |
+
"28": "forest_road",
|
| 269 |
+
"280": "convenience_store_outdoor",
|
| 270 |
+
"281": "corn_field",
|
| 271 |
+
"282": "cottage",
|
| 272 |
+
"283": "cottage_garden",
|
| 273 |
+
"284": "courthouse",
|
| 274 |
+
"285": "courtroom",
|
| 275 |
+
"286": "courtyard",
|
| 276 |
+
"287": "covered_bridge_interior",
|
| 277 |
+
"288": "crawl_space",
|
| 278 |
+
"289": "creek",
|
| 279 |
+
"29": "gangplank",
|
| 280 |
+
"290": "crevasse",
|
| 281 |
+
"291": "library",
|
| 282 |
+
"292": "cybercafe",
|
| 283 |
+
"293": "dacha",
|
| 284 |
+
"294": "dairy_indoor",
|
| 285 |
+
"295": "dairy_outdoor",
|
| 286 |
+
"296": "dam",
|
| 287 |
+
"297": "dance_school",
|
| 288 |
+
"298": "darkroom",
|
| 289 |
+
"299": "delicatessen",
|
| 290 |
+
"3": "ball_pit",
|
| 291 |
+
"30": "gas_station",
|
| 292 |
+
"300": "dentists_office",
|
| 293 |
+
"301": "department_store",
|
| 294 |
+
"302": "departure_lounge",
|
| 295 |
+
"303": "vegetation",
|
| 296 |
+
"304": "desert_road",
|
| 297 |
+
"305": "diner_indoor",
|
| 298 |
+
"306": "diner_outdoor",
|
| 299 |
+
"307": "dinette_home",
|
| 300 |
+
"308": "vehicle",
|
| 301 |
+
"309": "dining_car",
|
| 302 |
+
"31": "golf_course",
|
| 303 |
+
"310": "dining_hall",
|
| 304 |
+
"311": "dining_room",
|
| 305 |
+
"312": "dirt_track",
|
| 306 |
+
"313": "discotheque",
|
| 307 |
+
"314": "distillery",
|
| 308 |
+
"315": "ditch",
|
| 309 |
+
"316": "dock",
|
| 310 |
+
"317": "dolmen",
|
| 311 |
+
"318": "donjon",
|
| 312 |
+
"319": "doorway_indoor",
|
| 313 |
+
"32": "gymnasium_indoor",
|
| 314 |
+
"320": "doorway_outdoor",
|
| 315 |
+
"321": "dorm_room",
|
| 316 |
+
"322": "downtown",
|
| 317 |
+
"323": "drainage_ditch",
|
| 318 |
+
"324": "dress_shop",
|
| 319 |
+
"325": "dressing_room",
|
| 320 |
+
"326": "drill_rig",
|
| 321 |
+
"327": "driveway",
|
| 322 |
+
"328": "driving_range_indoor",
|
| 323 |
+
"329": "driving_range_outdoor",
|
| 324 |
+
"33": "harbor",
|
| 325 |
+
"330": "drugstore",
|
| 326 |
+
"331": "dry_dock",
|
| 327 |
+
"332": "dugout",
|
| 328 |
+
"333": "earth_fissure",
|
| 329 |
+
"334": "editing_room",
|
| 330 |
+
"335": "electrical_substation",
|
| 331 |
+
"336": "elevated_catwalk",
|
| 332 |
+
"337": "door",
|
| 333 |
+
"338": "freight_elevator",
|
| 334 |
+
"339": "elevator_lobby",
|
| 335 |
+
"34": "hayfield",
|
| 336 |
+
"340": "elevator_shaft",
|
| 337 |
+
"341": "embankment",
|
| 338 |
+
"342": "embassy",
|
| 339 |
+
"343": "engine_room",
|
| 340 |
+
"344": "entrance_hall",
|
| 341 |
+
"345": "escalator_outdoor",
|
| 342 |
+
"346": "escarpment",
|
| 343 |
+
"347": "estuary",
|
| 344 |
+
"348": "excavation",
|
| 345 |
+
"349": "exhibition_hall",
|
| 346 |
+
"35": "heath",
|
| 347 |
+
"350": "fabric_store",
|
| 348 |
+
"351": "factory_indoor",
|
| 349 |
+
"352": "factory_outdoor",
|
| 350 |
+
"353": "fairway",
|
| 351 |
+
"354": "farm",
|
| 352 |
+
"355": "fastfood_restaurant",
|
| 353 |
+
"356": "fence",
|
| 354 |
+
"357": "cargo_deck",
|
| 355 |
+
"358": "ferryboat_indoor",
|
| 356 |
+
"359": "passenger_deck",
|
| 357 |
+
"36": "hoodoo",
|
| 358 |
+
"360": "cultivated",
|
| 359 |
+
"361": "wild",
|
| 360 |
+
"362": "field_road",
|
| 361 |
+
"363": "fire_escape",
|
| 362 |
+
"364": "fire_station",
|
| 363 |
+
"365": "firing_range_indoor",
|
| 364 |
+
"366": "firing_range_outdoor",
|
| 365 |
+
"367": "fish_farm",
|
| 366 |
+
"368": "fishmarket",
|
| 367 |
+
"369": "fishpond",
|
| 368 |
+
"37": "house",
|
| 369 |
+
"370": "fitting_room_interior",
|
| 370 |
+
"371": "fjord",
|
| 371 |
+
"372": "flea_market_indoor",
|
| 372 |
+
"373": "flea_market_outdoor",
|
| 373 |
+
"374": "floating_dry_dock",
|
| 374 |
+
"375": "flood",
|
| 375 |
+
"376": "florist_shop_indoor",
|
| 376 |
+
"377": "florist_shop_outdoor",
|
| 377 |
+
"378": "fly_bridge",
|
| 378 |
+
"379": "food_court",
|
| 379 |
+
"38": "hunting_lodge_outdoor",
|
| 380 |
+
"380": "football_field",
|
| 381 |
+
"381": "broadleaf",
|
| 382 |
+
"382": "needleleaf",
|
| 383 |
+
"383": "forest_fire",
|
| 384 |
+
"384": "forest_path",
|
| 385 |
+
"385": "formal_garden",
|
| 386 |
+
"386": "fort",
|
| 387 |
+
"387": "fortress",
|
| 388 |
+
"388": "foundry_indoor",
|
| 389 |
+
"389": "foundry_outdoor",
|
| 390 |
+
"39": "ice_shelf",
|
| 391 |
+
"390": "fountain",
|
| 392 |
+
"391": "freeway",
|
| 393 |
+
"392": "funeral_chapel",
|
| 394 |
+
"393": "funeral_home",
|
| 395 |
+
"394": "furnace_room",
|
| 396 |
+
"395": "galley",
|
| 397 |
+
"396": "game_room",
|
| 398 |
+
"397": "garage_indoor",
|
| 399 |
+
"398": "garage_outdoor",
|
| 400 |
+
"399": "garbage_dump",
|
| 401 |
+
"4": "bathroom",
|
| 402 |
+
"40": "joss_house",
|
| 403 |
+
"400": "gasworks",
|
| 404 |
+
"401": "gate",
|
| 405 |
+
"402": "gatehouse",
|
| 406 |
+
"403": "gazebo_interior",
|
| 407 |
+
"404": "general_store_indoor",
|
| 408 |
+
"405": "general_store_outdoor",
|
| 409 |
+
"406": "geodesic_dome_indoor",
|
| 410 |
+
"407": "geodesic_dome_outdoor",
|
| 411 |
+
"408": "ghost_town",
|
| 412 |
+
"409": "gift_shop",
|
| 413 |
+
"41": "kiosk_indoor",
|
| 414 |
+
"410": "glacier",
|
| 415 |
+
"411": "glade",
|
| 416 |
+
"412": "gorge",
|
| 417 |
+
"413": "granary",
|
| 418 |
+
"414": "great_hall",
|
| 419 |
+
"415": "greengrocery",
|
| 420 |
+
"416": "greenhouse_indoor",
|
| 421 |
+
"417": "greenhouse_outdoor",
|
| 422 |
+
"418": "grotto",
|
| 423 |
+
"419": "guardhouse",
|
| 424 |
+
"42": "kitchen",
|
| 425 |
+
"420": "gulch",
|
| 426 |
+
"421": "gun_deck_indoor",
|
| 427 |
+
"422": "gun_deck_outdoor",
|
| 428 |
+
"423": "gun_store",
|
| 429 |
+
"424": "hacienda",
|
| 430 |
+
"425": "hallway",
|
| 431 |
+
"426": "handball_court",
|
| 432 |
+
"427": "hangar_indoor",
|
| 433 |
+
"428": "hangar_outdoor",
|
| 434 |
+
"429": "hardware_store",
|
| 435 |
+
"43": "landfill",
|
| 436 |
+
"430": "hat_shop",
|
| 437 |
+
"431": "hatchery",
|
| 438 |
+
"432": "hayloft",
|
| 439 |
+
"433": "hearth",
|
| 440 |
+
"434": "hedge_maze",
|
| 441 |
+
"435": "hedgerow",
|
| 442 |
+
"436": "heliport",
|
| 443 |
+
"437": "herb_garden",
|
| 444 |
+
"438": "highway",
|
| 445 |
+
"439": "hill",
|
| 446 |
+
"44": "library_indoor",
|
| 447 |
+
"440": "home_office",
|
| 448 |
+
"441": "home_theater",
|
| 449 |
+
"442": "hospital",
|
| 450 |
+
"443": "hospital_room",
|
| 451 |
+
"444": "hot_spring",
|
| 452 |
+
"445": "hot_tub_indoor",
|
| 453 |
+
"446": "hot_tub_outdoor",
|
| 454 |
+
"447": "hotel_outdoor",
|
| 455 |
+
"448": "hotel_breakfast_area",
|
| 456 |
+
"449": "hotel_room",
|
| 457 |
+
"45": "lido_deck_outdoor",
|
| 458 |
+
"450": "hunting_lodge_indoor",
|
| 459 |
+
"451": "hut",
|
| 460 |
+
"452": "ice_cream_parlor",
|
| 461 |
+
"453": "ice_floe",
|
| 462 |
+
"454": "ice_skating_rink_indoor",
|
| 463 |
+
"455": "ice_skating_rink_outdoor",
|
| 464 |
+
"456": "iceberg",
|
| 465 |
+
"457": "igloo",
|
| 466 |
+
"458": "imaret",
|
| 467 |
+
"459": "incinerator_indoor",
|
| 468 |
+
"46": "living_room",
|
| 469 |
+
"460": "incinerator_outdoor",
|
| 470 |
+
"461": "industrial_area",
|
| 471 |
+
"462": "industrial_park",
|
| 472 |
+
"463": "inn_indoor",
|
| 473 |
+
"464": "inn_outdoor",
|
| 474 |
+
"465": "irrigation_ditch",
|
| 475 |
+
"466": "islet",
|
| 476 |
+
"467": "jacuzzi_indoor",
|
| 477 |
+
"468": "jacuzzi_outdoor",
|
| 478 |
+
"469": "jail_indoor",
|
| 479 |
+
"47": "locker_room",
|
| 480 |
+
"470": "jail_outdoor",
|
| 481 |
+
"471": "jail_cell",
|
| 482 |
+
"472": "japanese_garden",
|
| 483 |
+
"473": "jetty",
|
| 484 |
+
"474": "jewelry_shop",
|
| 485 |
+
"475": "junk_pile",
|
| 486 |
+
"476": "junkyard",
|
| 487 |
+
"477": "jury_box",
|
| 488 |
+
"478": "kasbah",
|
| 489 |
+
"479": "kennel_indoor",
|
| 490 |
+
"48": "market_outdoor",
|
| 491 |
+
"480": "kennel_outdoor",
|
| 492 |
+
"481": "kindergarden_classroom",
|
| 493 |
+
"482": "kiosk_outdoor",
|
| 494 |
+
"483": "kitchenette",
|
| 495 |
+
"484": "lab_classroom",
|
| 496 |
+
"485": "labyrinth_indoor",
|
| 497 |
+
"486": "labyrinth_outdoor",
|
| 498 |
+
"487": "lagoon",
|
| 499 |
+
"488": "artificial",
|
| 500 |
+
"489": "landing",
|
| 501 |
+
"49": "mountain_snowy",
|
| 502 |
+
"490": "landing_deck",
|
| 503 |
+
"491": "laundromat",
|
| 504 |
+
"492": "lava_flow",
|
| 505 |
+
"493": "lavatory",
|
| 506 |
+
"494": "lawn",
|
| 507 |
+
"495": "lean-to",
|
| 508 |
+
"496": "lecture_room",
|
| 509 |
+
"497": "legislative_chamber",
|
| 510 |
+
"498": "levee",
|
| 511 |
+
"499": "library_outdoor",
|
| 512 |
+
"5": "beach",
|
| 513 |
+
"50": "office",
|
| 514 |
+
"500": "lido_deck_indoor",
|
| 515 |
+
"501": "lift_bridge",
|
| 516 |
+
"502": "lighthouse",
|
| 517 |
+
"503": "limousine_interior",
|
| 518 |
+
"504": "liquor_store_indoor",
|
| 519 |
+
"505": "liquor_store_outdoor",
|
| 520 |
+
"506": "loading_dock",
|
| 521 |
+
"507": "lobby",
|
| 522 |
+
"508": "lock_chamber",
|
| 523 |
+
"509": "loft",
|
| 524 |
+
"51": "orchard",
|
| 525 |
+
"510": "lookout_station_indoor",
|
| 526 |
+
"511": "lookout_station_outdoor",
|
| 527 |
+
"512": "lumberyard_indoor",
|
| 528 |
+
"513": "lumberyard_outdoor",
|
| 529 |
+
"514": "machine_shop",
|
| 530 |
+
"515": "manhole",
|
| 531 |
+
"516": "mansion",
|
| 532 |
+
"517": "manufactured_home",
|
| 533 |
+
"518": "market_indoor",
|
| 534 |
+
"519": "marsh",
|
| 535 |
+
"52": "arbor",
|
| 536 |
+
"520": "martial_arts_gym",
|
| 537 |
+
"521": "mastaba",
|
| 538 |
+
"522": "maternity_ward",
|
| 539 |
+
"523": "mausoleum",
|
| 540 |
+
"524": "medina",
|
| 541 |
+
"525": "menhir",
|
| 542 |
+
"526": "mesa",
|
| 543 |
+
"527": "mess_hall",
|
| 544 |
+
"528": "mezzanine",
|
| 545 |
+
"529": "military_hospital",
|
| 546 |
+
"53": "bookshelf",
|
| 547 |
+
"530": "military_hut",
|
| 548 |
+
"531": "military_tent",
|
| 549 |
+
"532": "mine",
|
| 550 |
+
"533": "mineshaft",
|
| 551 |
+
"534": "mini_golf_course_indoor",
|
| 552 |
+
"535": "mini_golf_course_outdoor",
|
| 553 |
+
"536": "mission",
|
| 554 |
+
"537": "dry",
|
| 555 |
+
"538": "water",
|
| 556 |
+
"539": "mobile_home",
|
| 557 |
+
"54": "mews",
|
| 558 |
+
"540": "monastery_indoor",
|
| 559 |
+
"541": "monastery_outdoor",
|
| 560 |
+
"542": "moon_bounce",
|
| 561 |
+
"543": "moor",
|
| 562 |
+
"544": "morgue",
|
| 563 |
+
"545": "mosque_indoor",
|
| 564 |
+
"546": "mosque_outdoor",
|
| 565 |
+
"547": "motel",
|
| 566 |
+
"548": "mountain",
|
| 567 |
+
"549": "mountain_path",
|
| 568 |
+
"55": "nook",
|
| 569 |
+
"550": "mountain_road",
|
| 570 |
+
"551": "movie_theater_indoor",
|
| 571 |
+
"552": "movie_theater_outdoor",
|
| 572 |
+
"553": "mudflat",
|
| 573 |
+
"554": "museum_indoor",
|
| 574 |
+
"555": "museum_outdoor",
|
| 575 |
+
"556": "music_store",
|
| 576 |
+
"557": "music_studio",
|
| 577 |
+
"558": "misc",
|
| 578 |
+
"559": "natural_history_museum",
|
| 579 |
+
"56": "preserve",
|
| 580 |
+
"560": "naval_base",
|
| 581 |
+
"561": "newsroom",
|
| 582 |
+
"562": "newsstand_indoor",
|
| 583 |
+
"563": "newsstand_outdoor",
|
| 584 |
+
"564": "nightclub",
|
| 585 |
+
"565": "nuclear_power_plant_indoor",
|
| 586 |
+
"566": "nuclear_power_plant_outdoor",
|
| 587 |
+
"567": "nunnery",
|
| 588 |
+
"568": "nursery",
|
| 589 |
+
"569": "nursing_home",
|
| 590 |
+
"57": "traffic_island",
|
| 591 |
+
"570": "oasis",
|
| 592 |
+
"571": "oast_house",
|
| 593 |
+
"572": "observatory_indoor",
|
| 594 |
+
"573": "observatory_outdoor",
|
| 595 |
+
"574": "observatory_post",
|
| 596 |
+
"575": "ocean",
|
| 597 |
+
"576": "office_building",
|
| 598 |
+
"577": "office_cubicles",
|
| 599 |
+
"578": "oil_refinery_indoor",
|
| 600 |
+
"579": "oil_refinery_outdoor",
|
| 601 |
+
"58": "palace",
|
| 602 |
+
"580": "oilrig",
|
| 603 |
+
"581": "operating_room",
|
| 604 |
+
"582": "optician",
|
| 605 |
+
"583": "organ_loft_interior",
|
| 606 |
+
"584": "orlop_deck",
|
| 607 |
+
"585": "ossuary",
|
| 608 |
+
"586": "outcropping",
|
| 609 |
+
"587": "outhouse_indoor",
|
| 610 |
+
"588": "outhouse_outdoor",
|
| 611 |
+
"589": "overpass",
|
| 612 |
+
"59": "palace_hall",
|
| 613 |
+
"590": "oyster_bar",
|
| 614 |
+
"591": "oyster_farm",
|
| 615 |
+
"592": "acropolis",
|
| 616 |
+
"593": "aircraft_carrier_object",
|
| 617 |
+
"594": "amphitheater_indoor",
|
| 618 |
+
"595": "archipelago",
|
| 619 |
+
"596": "questionable",
|
| 620 |
+
"597": "assembly_hall",
|
| 621 |
+
"598": "assembly_plant",
|
| 622 |
+
"599": "awning_deck",
|
| 623 |
+
"6": "bedroom",
|
| 624 |
+
"60": "pantry",
|
| 625 |
+
"600": "back_porch",
|
| 626 |
+
"601": "backdrop",
|
| 627 |
+
"602": "backroom",
|
| 628 |
+
"603": "backstage_outdoor",
|
| 629 |
+
"604": "backstairs_indoor",
|
| 630 |
+
"605": "backwoods",
|
| 631 |
+
"606": "ballet",
|
| 632 |
+
"607": "balustrade",
|
| 633 |
+
"608": "barbeque",
|
| 634 |
+
"609": "basin_outdoor",
|
| 635 |
+
"61": "patio",
|
| 636 |
+
"610": "bath_indoor",
|
| 637 |
+
"611": "bath_outdoor",
|
| 638 |
+
"612": "bathhouse_outdoor",
|
| 639 |
+
"613": "battlefield",
|
| 640 |
+
"614": "bay",
|
| 641 |
+
"615": "booth_outdoor",
|
| 642 |
+
"616": "bottomland",
|
| 643 |
+
"617": "breakfast_table",
|
| 644 |
+
"618": "bric-a-brac",
|
| 645 |
+
"619": "brooklet",
|
| 646 |
+
"62": "phone_booth",
|
| 647 |
+
"620": "bubble_chamber",
|
| 648 |
+
"621": "buffet",
|
| 649 |
+
"622": "bulkhead",
|
| 650 |
+
"623": "bunk_bed",
|
| 651 |
+
"624": "bypass",
|
| 652 |
+
"625": "byroad",
|
| 653 |
+
"626": "cabin_cruiser",
|
| 654 |
+
"627": "cargo_helicopter",
|
| 655 |
+
"628": "cellar",
|
| 656 |
+
"629": "chair_lift",
|
| 657 |
+
"63": "establishment",
|
| 658 |
+
"630": "cocktail_lounge",
|
| 659 |
+
"631": "corner",
|
| 660 |
+
"632": "country_house",
|
| 661 |
+
"633": "country_road",
|
| 662 |
+
"634": "customhouse",
|
| 663 |
+
"635": "dance_floor",
|
| 664 |
+
"636": "deck-house_boat_deck_house",
|
| 665 |
+
"637": "deck-house_deck_house",
|
| 666 |
+
"638": "dining_area",
|
| 667 |
+
"639": "diving_board",
|
| 668 |
+
"64": "poolroom_home",
|
| 669 |
+
"640": "embrasure",
|
| 670 |
+
"641": "entranceway_indoor",
|
| 671 |
+
"642": "entranceway_outdoor",
|
| 672 |
+
"643": "entryway_outdoor",
|
| 673 |
+
"644": "estaminet",
|
| 674 |
+
"645": "farm_building",
|
| 675 |
+
"646": "farmhouse",
|
| 676 |
+
"647": "feed_bunk",
|
| 677 |
+
"648": "field_house",
|
| 678 |
+
"649": "field_tent_indoor",
|
| 679 |
+
"65": "quonset_hut_outdoor",
|
| 680 |
+
"650": "field_tent_outdoor",
|
| 681 |
+
"651": "fire_trench",
|
| 682 |
+
"652": "fireplace",
|
| 683 |
+
"653": "flashflood",
|
| 684 |
+
"654": "flatlet",
|
| 685 |
+
"655": "floating_dock",
|
| 686 |
+
"656": "flood_plain",
|
| 687 |
+
"657": "flowerbed",
|
| 688 |
+
"658": "flume_indoor",
|
| 689 |
+
"659": "flying_buttress",
|
| 690 |
+
"66": "rice_paddy",
|
| 691 |
+
"660": "foothill",
|
| 692 |
+
"661": "forecourt",
|
| 693 |
+
"662": "foreshore",
|
| 694 |
+
"663": "front_porch",
|
| 695 |
+
"664": "garden",
|
| 696 |
+
"665": "gas_well",
|
| 697 |
+
"666": "glen",
|
| 698 |
+
"667": "grape_arbor",
|
| 699 |
+
"668": "grove",
|
| 700 |
+
"669": "guardroom",
|
| 701 |
+
"67": "sandbox",
|
| 702 |
+
"670": "guesthouse",
|
| 703 |
+
"671": "gymnasium_outdoor",
|
| 704 |
+
"672": "head_shop",
|
| 705 |
+
"673": "hen_yard",
|
| 706 |
+
"674": "hillock",
|
| 707 |
+
"675": "housing_estate",
|
| 708 |
+
"676": "housing_project",
|
| 709 |
+
"677": "howdah",
|
| 710 |
+
"678": "inlet",
|
| 711 |
+
"679": "insane_asylum",
|
| 712 |
+
"68": "shopfront",
|
| 713 |
+
"680": "outside",
|
| 714 |
+
"681": "juke_joint",
|
| 715 |
+
"682": "jungle",
|
| 716 |
+
"683": "kraal",
|
| 717 |
+
"684": "laboratorywet",
|
| 718 |
+
"685": "landing_strip",
|
| 719 |
+
"686": "layby",
|
| 720 |
+
"687": "lean-to_tent",
|
| 721 |
+
"688": "loge",
|
| 722 |
+
"689": "loggia_outdoor",
|
| 723 |
+
"69": "skyscraper",
|
| 724 |
+
"690": "lower_deck",
|
| 725 |
+
"691": "luggage_van",
|
| 726 |
+
"692": "mansard",
|
| 727 |
+
"693": "meadow",
|
| 728 |
+
"694": "meat_house",
|
| 729 |
+
"695": "megalith",
|
| 730 |
+
"696": "mens_store_outdoor",
|
| 731 |
+
"697": "mental_institution_indoor",
|
| 732 |
+
"698": "mental_institution_outdoor",
|
| 733 |
+
"699": "military_headquarters",
|
| 734 |
+
"7": "booth_indoor",
|
| 735 |
+
"70": "stone_circle",
|
| 736 |
+
"700": "millpond",
|
| 737 |
+
"701": "millrace",
|
| 738 |
+
"702": "natural_spring",
|
| 739 |
+
"703": "nursing_home_outdoor",
|
| 740 |
+
"704": "observation_station",
|
| 741 |
+
"705": "open-hearth_furnace",
|
| 742 |
+
"706": "operating_table",
|
| 743 |
+
"707": "outbuilding",
|
| 744 |
+
"708": "palestra",
|
| 745 |
+
"709": "parkway",
|
| 746 |
+
"71": "subway_interior",
|
| 747 |
+
"710": "patio_indoor",
|
| 748 |
+
"711": "pavement",
|
| 749 |
+
"712": "pawnshop_outdoor",
|
| 750 |
+
"713": "pinetum",
|
| 751 |
+
"714": "piste_road",
|
| 752 |
+
"715": "pizzeria_outdoor",
|
| 753 |
+
"716": "powder_room",
|
| 754 |
+
"717": "pumping_station",
|
| 755 |
+
"718": "reception_room",
|
| 756 |
+
"719": "rest_stop",
|
| 757 |
+
"72": "platform",
|
| 758 |
+
"720": "retaining_wall",
|
| 759 |
+
"721": "rift_valley",
|
| 760 |
+
"722": "road",
|
| 761 |
+
"723": "rock_garden",
|
| 762 |
+
"724": "rotisserie",
|
| 763 |
+
"725": "safari_park",
|
| 764 |
+
"726": "salon",
|
| 765 |
+
"727": "saloon",
|
| 766 |
+
"728": "sanatorium",
|
| 767 |
+
"729": "science_laboratory",
|
| 768 |
+
"73": "supermarket",
|
| 769 |
+
"730": "scrubland",
|
| 770 |
+
"731": "scullery",
|
| 771 |
+
"732": "seaside",
|
| 772 |
+
"733": "semidesert",
|
| 773 |
+
"734": "shelter",
|
| 774 |
+
"735": "shelter_deck",
|
| 775 |
+
"736": "shelter_tent",
|
| 776 |
+
"737": "shore",
|
| 777 |
+
"738": "shrubbery",
|
| 778 |
+
"739": "sidewalk",
|
| 779 |
+
"74": "swimming_pool_outdoor",
|
| 780 |
+
"740": "snack_bar",
|
| 781 |
+
"741": "snowbank",
|
| 782 |
+
"742": "stage_set",
|
| 783 |
+
"743": "stall",
|
| 784 |
+
"744": "stateroom",
|
| 785 |
+
"745": "store",
|
| 786 |
+
"746": "streetcar_track",
|
| 787 |
+
"747": "student_center",
|
| 788 |
+
"748": "study_hall",
|
| 789 |
+
"749": "sugar_refinery",
|
| 790 |
+
"75": "television_studio",
|
| 791 |
+
"750": "sunroom",
|
| 792 |
+
"751": "supply_chamber",
|
| 793 |
+
"752": "t-bar_lift",
|
| 794 |
+
"753": "tannery",
|
| 795 |
+
"754": "teahouse",
|
| 796 |
+
"755": "threshing_floor",
|
| 797 |
+
"756": "ticket_window_indoor",
|
| 798 |
+
"757": "tidal_basin",
|
| 799 |
+
"758": "tidal_river",
|
| 800 |
+
"759": "tiltyard",
|
| 801 |
+
"76": "indoor_procenium",
|
| 802 |
+
"760": "tollgate",
|
| 803 |
+
"761": "tomb",
|
| 804 |
+
"762": "tract_housing",
|
| 805 |
+
"763": "trellis",
|
| 806 |
+
"764": "truck_stop",
|
| 807 |
+
"765": "upper_balcony",
|
| 808 |
+
"766": "vestibule",
|
| 809 |
+
"767": "vinery",
|
| 810 |
+
"768": "walkway",
|
| 811 |
+
"769": "war_room",
|
| 812 |
+
"77": "train_railway",
|
| 813 |
+
"770": "washroom",
|
| 814 |
+
"771": "water_fountain",
|
| 815 |
+
"772": "water_gate",
|
| 816 |
+
"773": "waterscape",
|
| 817 |
+
"774": "waterway",
|
| 818 |
+
"775": "wetland",
|
| 819 |
+
"776": "widows_walk_indoor",
|
| 820 |
+
"777": "windstorm",
|
| 821 |
+
"778": "packaging_plant",
|
| 822 |
+
"779": "pagoda",
|
| 823 |
+
"78": "coral_reef",
|
| 824 |
+
"780": "paper_mill",
|
| 825 |
+
"781": "park",
|
| 826 |
+
"782": "parking_garage_indoor",
|
| 827 |
+
"783": "parking_garage_outdoor",
|
| 828 |
+
"784": "parking_lot",
|
| 829 |
+
"785": "parlor",
|
| 830 |
+
"786": "particle_accelerator",
|
| 831 |
+
"787": "party_tent_indoor",
|
| 832 |
+
"788": "party_tent_outdoor",
|
| 833 |
+
"789": "pasture",
|
| 834 |
+
"79": "viaduct",
|
| 835 |
+
"790": "pavilion",
|
| 836 |
+
"791": "pawnshop",
|
| 837 |
+
"792": "pedestrian_overpass_indoor",
|
| 838 |
+
"793": "penalty_box",
|
| 839 |
+
"794": "pet_shop",
|
| 840 |
+
"795": "pharmacy",
|
| 841 |
+
"796": "physics_laboratory",
|
| 842 |
+
"797": "piano_store",
|
| 843 |
+
"798": "picnic_area",
|
| 844 |
+
"799": "pier",
|
| 845 |
+
"8": "botanical_garden",
|
| 846 |
+
"80": "wave",
|
| 847 |
+
"800": "pig_farm",
|
| 848 |
+
"801": "pilothouse_indoor",
|
| 849 |
+
"802": "pilothouse_outdoor",
|
| 850 |
+
"803": "pitchers_mound",
|
| 851 |
+
"804": "pizzeria",
|
| 852 |
+
"805": "planetarium_indoor",
|
| 853 |
+
"806": "planetarium_outdoor",
|
| 854 |
+
"807": "plantation_house",
|
| 855 |
+
"808": "playground",
|
| 856 |
+
"809": "playroom",
|
| 857 |
+
"81": "wind_farm",
|
| 858 |
+
"810": "plaza",
|
| 859 |
+
"811": "podium_indoor",
|
| 860 |
+
"812": "podium_outdoor",
|
| 861 |
+
"813": "police_station",
|
| 862 |
+
"814": "pond",
|
| 863 |
+
"815": "pontoon_bridge",
|
| 864 |
+
"816": "poop_deck",
|
| 865 |
+
"817": "porch",
|
| 866 |
+
"818": "portico",
|
| 867 |
+
"819": "portrait_studio",
|
| 868 |
+
"82": "bottle_storage",
|
| 869 |
+
"820": "postern",
|
| 870 |
+
"821": "power_plant_outdoor",
|
| 871 |
+
"822": "print_shop",
|
| 872 |
+
"823": "priory",
|
| 873 |
+
"824": "promenade",
|
| 874 |
+
"825": "promenade_deck",
|
| 875 |
+
"826": "pub_indoor",
|
| 876 |
+
"827": "pub_outdoor",
|
| 877 |
+
"828": "pulpit",
|
| 878 |
+
"829": "putting_green",
|
| 879 |
+
"83": "abbey",
|
| 880 |
+
"830": "quadrangle",
|
| 881 |
+
"831": "quicksand",
|
| 882 |
+
"832": "quonset_hut_indoor",
|
| 883 |
+
"833": "racecourse",
|
| 884 |
+
"834": "raceway",
|
| 885 |
+
"835": "raft",
|
| 886 |
+
"836": "railroad_track",
|
| 887 |
+
"837": "railway_yard",
|
| 888 |
+
"838": "rainforest",
|
| 889 |
+
"839": "ramp",
|
| 890 |
+
"84": "access_road",
|
| 891 |
+
"840": "ranch",
|
| 892 |
+
"841": "ranch_house",
|
| 893 |
+
"842": "reading_room",
|
| 894 |
+
"843": "reception",
|
| 895 |
+
"844": "recreation_room",
|
| 896 |
+
"845": "rectory",
|
| 897 |
+
"846": "recycling_plant_indoor",
|
| 898 |
+
"847": "refectory",
|
| 899 |
+
"848": "repair_shop",
|
| 900 |
+
"849": "residential_neighborhood",
|
| 901 |
+
"85": "air_base",
|
| 902 |
+
"850": "resort",
|
| 903 |
+
"851": "rest_area",
|
| 904 |
+
"852": "restaurant",
|
| 905 |
+
"853": "restaurant_kitchen",
|
| 906 |
+
"854": "restaurant_patio",
|
| 907 |
+
"855": "restroom_indoor",
|
| 908 |
+
"856": "restroom_outdoor",
|
| 909 |
+
"857": "revolving_door",
|
| 910 |
+
"858": "riding_arena",
|
| 911 |
+
"859": "river",
|
| 912 |
+
"86": "airfield",
|
| 913 |
+
"860": "road_cut",
|
| 914 |
+
"861": "rock_arch",
|
| 915 |
+
"862": "roller_skating_rink_indoor",
|
| 916 |
+
"863": "roller_skating_rink_outdoor",
|
| 917 |
+
"864": "rolling_mill",
|
| 918 |
+
"865": "roof",
|
| 919 |
+
"866": "roof_garden",
|
| 920 |
+
"867": "root_cellar",
|
| 921 |
+
"868": "rope_bridge",
|
| 922 |
+
"869": "roundabout",
|
| 923 |
+
"87": "airlock",
|
| 924 |
+
"870": "roundhouse",
|
| 925 |
+
"871": "rubble",
|
| 926 |
+
"872": "ruin",
|
| 927 |
+
"873": "runway",
|
| 928 |
+
"874": "sacristy",
|
| 929 |
+
"875": "salt_plain",
|
| 930 |
+
"876": "sand_trap",
|
| 931 |
+
"877": "sandbar",
|
| 932 |
+
"878": "sauna",
|
| 933 |
+
"879": "savanna",
|
| 934 |
+
"88": "airplane_cabin",
|
| 935 |
+
"880": "sawmill",
|
| 936 |
+
"881": "schoolhouse",
|
| 937 |
+
"882": "schoolyard",
|
| 938 |
+
"883": "science_museum",
|
| 939 |
+
"884": "scriptorium",
|
| 940 |
+
"885": "sea_cliff",
|
| 941 |
+
"886": "seawall",
|
| 942 |
+
"887": "security_check_point",
|
| 943 |
+
"888": "server_room",
|
| 944 |
+
"889": "sewer",
|
| 945 |
+
"89": "airport",
|
| 946 |
+
"890": "sewing_room",
|
| 947 |
+
"891": "shed",
|
| 948 |
+
"892": "shipping_room",
|
| 949 |
+
"893": "shipyard_outdoor",
|
| 950 |
+
"894": "shoe_shop",
|
| 951 |
+
"895": "shopping_mall_indoor",
|
| 952 |
+
"896": "shopping_mall_outdoor",
|
| 953 |
+
"897": "shower",
|
| 954 |
+
"898": "shower_room",
|
| 955 |
+
"899": "shrine",
|
| 956 |
+
"9": "bridge",
|
| 957 |
+
"90": "entrance",
|
| 958 |
+
"900": "signal_box",
|
| 959 |
+
"901": "sinkhole",
|
| 960 |
+
"902": "ski_jump",
|
| 961 |
+
"903": "ski_lodge",
|
| 962 |
+
"904": "ski_resort",
|
| 963 |
+
"905": "ski_slope",
|
| 964 |
+
"906": "sky",
|
| 965 |
+
"907": "skywalk_indoor",
|
| 966 |
+
"908": "skywalk_outdoor",
|
| 967 |
+
"909": "slum",
|
| 968 |
+
"91": "airport_ticket_counter",
|
| 969 |
+
"910": "snowfield",
|
| 970 |
+
"911": "massage_room",
|
| 971 |
+
"912": "mineral_bath",
|
| 972 |
+
"913": "spillway",
|
| 973 |
+
"914": "sporting_goods_store",
|
| 974 |
+
"915": "squash_court",
|
| 975 |
+
"916": "stable",
|
| 976 |
+
"917": "baseball",
|
| 977 |
+
"918": "stadium_outdoor",
|
| 978 |
+
"919": "stage_indoor",
|
| 979 |
+
"92": "alcove",
|
| 980 |
+
"920": "stage_outdoor",
|
| 981 |
+
"921": "staircase",
|
| 982 |
+
"922": "starting_gate",
|
| 983 |
+
"923": "steam_plant_outdoor",
|
| 984 |
+
"924": "steel_mill_indoor",
|
| 985 |
+
"925": "storage_room",
|
| 986 |
+
"926": "storm_cellar",
|
| 987 |
+
"927": "street",
|
| 988 |
+
"928": "strip_mall",
|
| 989 |
+
"929": "strip_mine",
|
| 990 |
+
"93": "alley",
|
| 991 |
+
"930": "student_residence",
|
| 992 |
+
"931": "submarine_interior",
|
| 993 |
+
"932": "sun_deck",
|
| 994 |
+
"933": "sushi_bar",
|
| 995 |
+
"934": "swamp",
|
| 996 |
+
"935": "swimming_hole",
|
| 997 |
+
"936": "swimming_pool_indoor",
|
| 998 |
+
"937": "synagogue_indoor",
|
| 999 |
+
"938": "synagogue_outdoor",
|
| 1000 |
+
"939": "taxistand",
|
| 1001 |
+
"94": "amphitheater",
|
| 1002 |
+
"940": "taxiway",
|
| 1003 |
+
"941": "tea_garden",
|
| 1004 |
+
"942": "tearoom",
|
| 1005 |
+
"943": "teashop",
|
| 1006 |
+
"944": "television_room",
|
| 1007 |
+
"945": "east_asia",
|
| 1008 |
+
"946": "mesoamerican",
|
| 1009 |
+
"947": "south_asia",
|
| 1010 |
+
"948": "western",
|
| 1011 |
+
"949": "tennis_court_indoor",
|
| 1012 |
+
"95": "amusement_arcade",
|
| 1013 |
+
"950": "tennis_court_outdoor",
|
| 1014 |
+
"951": "tent_outdoor",
|
| 1015 |
+
"952": "terrace_farm",
|
| 1016 |
+
"953": "indoor_round",
|
| 1017 |
+
"954": "indoor_seats",
|
| 1018 |
+
"955": "theater_outdoor",
|
| 1019 |
+
"956": "thriftshop",
|
| 1020 |
+
"957": "throne_room",
|
| 1021 |
+
"958": "ticket_booth",
|
| 1022 |
+
"959": "tobacco_shop_indoor",
|
| 1023 |
+
"96": "amusement_park",
|
| 1024 |
+
"960": "toll_plaza",
|
| 1025 |
+
"961": "tollbooth",
|
| 1026 |
+
"962": "topiary_garden",
|
| 1027 |
+
"963": "tower",
|
| 1028 |
+
"964": "town_house",
|
| 1029 |
+
"965": "toyshop",
|
| 1030 |
+
"966": "track_outdoor",
|
| 1031 |
+
"967": "trading_floor",
|
| 1032 |
+
"968": "trailer_park",
|
| 1033 |
+
"969": "train_interior",
|
| 1034 |
+
"97": "anechoic_chamber",
|
| 1035 |
+
"970": "train_station_outdoor",
|
| 1036 |
+
"971": "station",
|
| 1037 |
+
"972": "tree_farm",
|
| 1038 |
+
"973": "tree_house",
|
| 1039 |
+
"974": "trench",
|
| 1040 |
+
"975": "trestle_bridge",
|
| 1041 |
+
"976": "tundra",
|
| 1042 |
+
"977": "rail_indoor",
|
| 1043 |
+
"978": "rail_outdoor",
|
| 1044 |
+
"979": "road_indoor",
|
| 1045 |
+
"98": "apartment_building_outdoor",
|
| 1046 |
+
"980": "road_outdoor",
|
| 1047 |
+
"981": "turkish_bath",
|
| 1048 |
+
"982": "ocean_deep",
|
| 1049 |
+
"983": "ocean_shallow",
|
| 1050 |
+
"984": "utility_room",
|
| 1051 |
+
"985": "valley",
|
| 1052 |
+
"986": "van_interior",
|
| 1053 |
+
"987": "vegetable_garden",
|
| 1054 |
+
"988": "velodrome_indoor",
|
| 1055 |
+
"989": "velodrome_outdoor",
|
| 1056 |
+
"99": "apse_indoor",
|
| 1057 |
+
"990": "ventilation_shaft",
|
| 1058 |
+
"991": "veranda",
|
| 1059 |
+
"992": "vestry",
|
| 1060 |
+
"993": "veterinarians_office",
|
| 1061 |
+
"994": "videostore",
|
| 1062 |
+
"995": "village",
|
| 1063 |
+
"996": "vineyard",
|
| 1064 |
+
"997": "volcano",
|
| 1065 |
+
"998": "volleyball_court_indoor",
|
| 1066 |
+
"999": "volleyball_court_outdoor"
|
| 1067 |
+
},
|
| 1068 |
+
"image_size": 224,
|
| 1069 |
+
"initializer_range": 0.02,
|
| 1070 |
+
"intermediate_size": 3072,
|
| 1071 |
+
"label2id": {
|
| 1072 |
+
"abbey": "83",
|
| 1073 |
+
"access_road": "84",
|
| 1074 |
+
"acropolis": "592",
|
| 1075 |
+
"air_base": "85",
|
| 1076 |
+
"aircraft_carrier_object": "593",
|
| 1077 |
+
"airfield": "86",
|
| 1078 |
+
"airlock": "87",
|
| 1079 |
+
"airplane": "229",
|
| 1080 |
+
"airplane_cabin": "88",
|
| 1081 |
+
"airport": "89",
|
| 1082 |
+
"airport_terminal": "0",
|
| 1083 |
+
"airport_ticket_counter": "91",
|
| 1084 |
+
"alcove": "92",
|
| 1085 |
+
"alley": "93",
|
| 1086 |
+
"amphitheater": "94",
|
| 1087 |
+
"amphitheater_indoor": "594",
|
| 1088 |
+
"amusement_arcade": "95",
|
| 1089 |
+
"amusement_park": "96",
|
| 1090 |
+
"anechoic_chamber": "97",
|
| 1091 |
+
"apartment_building_outdoor": "98",
|
| 1092 |
+
"apse_indoor": "99",
|
| 1093 |
+
"apse_outdoor": "100",
|
| 1094 |
+
"aquarium": "101",
|
| 1095 |
+
"aquatic_theater": "102",
|
| 1096 |
+
"aqueduct": "103",
|
| 1097 |
+
"arbor": "52",
|
| 1098 |
+
"arcade": "104",
|
| 1099 |
+
"arch": "105",
|
| 1100 |
+
"archaelogical_excavation": "106",
|
| 1101 |
+
"archipelago": "595",
|
| 1102 |
+
"archive": "107",
|
| 1103 |
+
"armory": "114",
|
| 1104 |
+
"army_base": "115",
|
| 1105 |
+
"arrival_gate_indoor": "116",
|
| 1106 |
+
"arrival_gate_outdoor": "117",
|
| 1107 |
+
"art_gallery": "1",
|
| 1108 |
+
"art_school": "118",
|
| 1109 |
+
"art_studio": "119",
|
| 1110 |
+
"artificial": "488",
|
| 1111 |
+
"artists_loft": "120",
|
| 1112 |
+
"assembly_hall": "597",
|
| 1113 |
+
"assembly_line": "121",
|
| 1114 |
+
"assembly_plant": "598",
|
| 1115 |
+
"athletic_field_indoor": "122",
|
| 1116 |
+
"athletic_field_outdoor": "123",
|
| 1117 |
+
"atrium_home": "124",
|
| 1118 |
+
"atrium_public": "125",
|
| 1119 |
+
"attic": "126",
|
| 1120 |
+
"auditorium": "127",
|
| 1121 |
+
"auto_factory": "128",
|
| 1122 |
+
"auto_mechanics_indoor": "129",
|
| 1123 |
+
"auto_mechanics_outdoor": "130",
|
| 1124 |
+
"auto_racing_paddock": "131",
|
| 1125 |
+
"auto_showroom": "132",
|
| 1126 |
+
"awning_deck": "599",
|
| 1127 |
+
"back_porch": "600",
|
| 1128 |
+
"backdrop": "601",
|
| 1129 |
+
"backroom": "602",
|
| 1130 |
+
"backseat": "224",
|
| 1131 |
+
"backstage": "133",
|
| 1132 |
+
"backstage_outdoor": "603",
|
| 1133 |
+
"backstairs": "134",
|
| 1134 |
+
"backstairs_indoor": "604",
|
| 1135 |
+
"backwoods": "605",
|
| 1136 |
+
"badlands": "2",
|
| 1137 |
+
"badminton_court_indoor": "135",
|
| 1138 |
+
"badminton_court_outdoor": "136",
|
| 1139 |
+
"baggage_claim": "137",
|
| 1140 |
+
"balcony_interior": "140",
|
| 1141 |
+
"ball_pit": "3",
|
| 1142 |
+
"ballet": "606",
|
| 1143 |
+
"ballroom": "141",
|
| 1144 |
+
"balustrade": "607",
|
| 1145 |
+
"bamboo_forest": "142",
|
| 1146 |
+
"bank_indoor": "143",
|
| 1147 |
+
"bank_outdoor": "144",
|
| 1148 |
+
"bank_vault": "145",
|
| 1149 |
+
"banquet_hall": "146",
|
| 1150 |
+
"baptistry_indoor": "147",
|
| 1151 |
+
"baptistry_outdoor": "148",
|
| 1152 |
+
"bar": "149",
|
| 1153 |
+
"barbeque": "608",
|
| 1154 |
+
"barbershop": "150",
|
| 1155 |
+
"barn": "151",
|
| 1156 |
+
"barndoor": "152",
|
| 1157 |
+
"barnyard": "153",
|
| 1158 |
+
"barrack": "154",
|
| 1159 |
+
"barrel_storage": "1027",
|
| 1160 |
+
"baseball": "917",
|
| 1161 |
+
"baseball_field": "155",
|
| 1162 |
+
"basement": "156",
|
| 1163 |
+
"basilica": "157",
|
| 1164 |
+
"basin_outdoor": "609",
|
| 1165 |
+
"basketball": "108",
|
| 1166 |
+
"basketball_court_indoor": "158",
|
| 1167 |
+
"basketball_court_outdoor": "159",
|
| 1168 |
+
"bath_indoor": "610",
|
| 1169 |
+
"bath_outdoor": "611",
|
| 1170 |
+
"bathhouse": "160",
|
| 1171 |
+
"bathhouse_outdoor": "612",
|
| 1172 |
+
"bathroom": "4",
|
| 1173 |
+
"batters_box": "161",
|
| 1174 |
+
"batting_cage_indoor": "162",
|
| 1175 |
+
"batting_cage_outdoor": "163",
|
| 1176 |
+
"battlefield": "613",
|
| 1177 |
+
"battlement": "164",
|
| 1178 |
+
"bay": "614",
|
| 1179 |
+
"bayou": "165",
|
| 1180 |
+
"bazaar_indoor": "166",
|
| 1181 |
+
"bazaar_outdoor": "167",
|
| 1182 |
+
"beach": "5",
|
| 1183 |
+
"beach_house": "168",
|
| 1184 |
+
"beauty_salon": "169",
|
| 1185 |
+
"bedchamber": "170",
|
| 1186 |
+
"bedroom": "6",
|
| 1187 |
+
"beer_garden": "171",
|
| 1188 |
+
"beer_hall": "172",
|
| 1189 |
+
"belfry": "173",
|
| 1190 |
+
"bell_foundry": "174",
|
| 1191 |
+
"berth": "175",
|
| 1192 |
+
"berth_deck": "176",
|
| 1193 |
+
"betting_shop": "177",
|
| 1194 |
+
"bicycle_racks": "178",
|
| 1195 |
+
"bindery": "179",
|
| 1196 |
+
"biology_laboratory": "180",
|
| 1197 |
+
"bistro_indoor": "181",
|
| 1198 |
+
"bistro_outdoor": "182",
|
| 1199 |
+
"bleachers_indoor": "183",
|
| 1200 |
+
"bleachers_outdoor": "184",
|
| 1201 |
+
"block": "1013",
|
| 1202 |
+
"boardwalk": "185",
|
| 1203 |
+
"boat": "230",
|
| 1204 |
+
"boat_deck": "186",
|
| 1205 |
+
"boathouse": "187",
|
| 1206 |
+
"bog": "188",
|
| 1207 |
+
"bomb_shelter_indoor": "189",
|
| 1208 |
+
"bookbindery": "190",
|
| 1209 |
+
"bookshelf": "53",
|
| 1210 |
+
"bookstore": "191",
|
| 1211 |
+
"booth": "263",
|
| 1212 |
+
"booth_indoor": "7",
|
| 1213 |
+
"booth_outdoor": "615",
|
| 1214 |
+
"botanical_garden": "8",
|
| 1215 |
+
"bottle_storage": "82",
|
| 1216 |
+
"bottomland": "616",
|
| 1217 |
+
"bow_window_indoor": "192",
|
| 1218 |
+
"bow_window_outdoor": "193",
|
| 1219 |
+
"bowling_alley": "194",
|
| 1220 |
+
"box_seat": "195",
|
| 1221 |
+
"boxing_ring": "196",
|
| 1222 |
+
"breakfast_table": "617",
|
| 1223 |
+
"breakroom": "197",
|
| 1224 |
+
"brewery_indoor": "198",
|
| 1225 |
+
"brewery_outdoor": "199",
|
| 1226 |
+
"bric-a-brac": "618",
|
| 1227 |
+
"brickyard_indoor": "200",
|
| 1228 |
+
"brickyard_outdoor": "201",
|
| 1229 |
+
"bridge": "9",
|
| 1230 |
+
"bridle_path": "1048",
|
| 1231 |
+
"broadleaf": "381",
|
| 1232 |
+
"brooklet": "619",
|
| 1233 |
+
"bubble_chamber": "620",
|
| 1234 |
+
"buffet": "621",
|
| 1235 |
+
"building_complex": "202",
|
| 1236 |
+
"building_facade": "203",
|
| 1237 |
+
"bulkhead": "622",
|
| 1238 |
+
"bullpen": "204",
|
| 1239 |
+
"bullring": "10",
|
| 1240 |
+
"bunk_bed": "623",
|
| 1241 |
+
"burial_chamber": "205",
|
| 1242 |
+
"bus_depot_indoor": "206",
|
| 1243 |
+
"bus_depot_outdoor": "207",
|
| 1244 |
+
"bus_interior": "11",
|
| 1245 |
+
"bus_shelter": "208",
|
| 1246 |
+
"bus_station_indoor": "209",
|
| 1247 |
+
"bus_station_outdoor": "210",
|
| 1248 |
+
"butchers_shop": "211",
|
| 1249 |
+
"butte": "12",
|
| 1250 |
+
"bypass": "624",
|
| 1251 |
+
"byroad": "625",
|
| 1252 |
+
"cabana": "212",
|
| 1253 |
+
"cabin_cruiser": "626",
|
| 1254 |
+
"cabin_indoor": "213",
|
| 1255 |
+
"cabin_outdoor": "214",
|
| 1256 |
+
"cafeteria": "215",
|
| 1257 |
+
"call_center": "216",
|
| 1258 |
+
"campsite": "217",
|
| 1259 |
+
"campus": "218",
|
| 1260 |
+
"candy_store": "221",
|
| 1261 |
+
"canteen": "222",
|
| 1262 |
+
"canyon": "13",
|
| 1263 |
+
"car_dealership": "223",
|
| 1264 |
+
"caravansary": "226",
|
| 1265 |
+
"cardroom": "227",
|
| 1266 |
+
"cargo_container_interior": "228",
|
| 1267 |
+
"cargo_deck": "357",
|
| 1268 |
+
"cargo_helicopter": "627",
|
| 1269 |
+
"carport_indoor": "232",
|
| 1270 |
+
"carport_outdoor": "233",
|
| 1271 |
+
"carrousel": "234",
|
| 1272 |
+
"cascade": "1014",
|
| 1273 |
+
"casino_indoor": "235",
|
| 1274 |
+
"casino_outdoor": "14",
|
| 1275 |
+
"castle": "15",
|
| 1276 |
+
"catacomb": "236",
|
| 1277 |
+
"cataract": "1015",
|
| 1278 |
+
"cathedral_indoor": "237",
|
| 1279 |
+
"cathedral_outdoor": "238",
|
| 1280 |
+
"catwalk": "239",
|
| 1281 |
+
"cavern_indoor": "240",
|
| 1282 |
+
"cavern_outdoor": "241",
|
| 1283 |
+
"cellar": "628",
|
| 1284 |
+
"cemetery": "242",
|
| 1285 |
+
"chair_lift": "629",
|
| 1286 |
+
"chalet": "243",
|
| 1287 |
+
"chaparral": "244",
|
| 1288 |
+
"chapel": "245",
|
| 1289 |
+
"checkout_counter": "246",
|
| 1290 |
+
"cheese_factory": "247",
|
| 1291 |
+
"chemical_plant": "248",
|
| 1292 |
+
"chemistry_lab": "249",
|
| 1293 |
+
"chicken_coop_indoor": "250",
|
| 1294 |
+
"chicken_coop_outdoor": "251",
|
| 1295 |
+
"chicken_farm_indoor": "252",
|
| 1296 |
+
"chicken_farm_outdoor": "253",
|
| 1297 |
+
"childs_room": "254",
|
| 1298 |
+
"choir_loft_interior": "255",
|
| 1299 |
+
"chuck_wagon": "1054",
|
| 1300 |
+
"church_indoor": "256",
|
| 1301 |
+
"church_outdoor": "16",
|
| 1302 |
+
"circus_tent_indoor": "257",
|
| 1303 |
+
"circus_tent_outdoor": "258",
|
| 1304 |
+
"city": "259",
|
| 1305 |
+
"classroom": "260",
|
| 1306 |
+
"clean_room": "261",
|
| 1307 |
+
"cliff": "262",
|
| 1308 |
+
"clock_tower_indoor": "265",
|
| 1309 |
+
"cloister_indoor": "266",
|
| 1310 |
+
"cloister_outdoor": "267",
|
| 1311 |
+
"closet": "17",
|
| 1312 |
+
"clothing_store": "268",
|
| 1313 |
+
"coast": "18",
|
| 1314 |
+
"coast_road": "269",
|
| 1315 |
+
"cockpit": "270",
|
| 1316 |
+
"cocktail_lounge": "630",
|
| 1317 |
+
"coffee_shop": "271",
|
| 1318 |
+
"computer_room": "272",
|
| 1319 |
+
"conference_center": "273",
|
| 1320 |
+
"conference_hall": "274",
|
| 1321 |
+
"conference_room": "19",
|
| 1322 |
+
"confessional": "275",
|
| 1323 |
+
"construction_site": "20",
|
| 1324 |
+
"control_room": "276",
|
| 1325 |
+
"control_tower_indoor": "277",
|
| 1326 |
+
"control_tower_outdoor": "278",
|
| 1327 |
+
"convenience_store_indoor": "279",
|
| 1328 |
+
"convenience_store_outdoor": "280",
|
| 1329 |
+
"coral_reef": "78",
|
| 1330 |
+
"corn_field": "281",
|
| 1331 |
+
"corner": "631",
|
| 1332 |
+
"corral": "21",
|
| 1333 |
+
"corridor": "22",
|
| 1334 |
+
"cottage": "282",
|
| 1335 |
+
"cottage_garden": "283",
|
| 1336 |
+
"country_house": "632",
|
| 1337 |
+
"country_road": "633",
|
| 1338 |
+
"courthouse": "284",
|
| 1339 |
+
"courtroom": "285",
|
| 1340 |
+
"courtyard": "286",
|
| 1341 |
+
"covered_bridge_interior": "287",
|
| 1342 |
+
"crawl_space": "288",
|
| 1343 |
+
"creek": "289",
|
| 1344 |
+
"crevasse": "290",
|
| 1345 |
+
"crosswalk": "23",
|
| 1346 |
+
"cultivated": "360",
|
| 1347 |
+
"customhouse": "634",
|
| 1348 |
+
"cybercafe": "292",
|
| 1349 |
+
"dacha": "293",
|
| 1350 |
+
"dairy_indoor": "294",
|
| 1351 |
+
"dairy_outdoor": "295",
|
| 1352 |
+
"dam": "296",
|
| 1353 |
+
"dance_floor": "635",
|
| 1354 |
+
"dance_school": "297",
|
| 1355 |
+
"darkroom": "298",
|
| 1356 |
+
"day_care_center": "24",
|
| 1357 |
+
"deck-house_boat_deck_house": "636",
|
| 1358 |
+
"deck-house_deck_house": "637",
|
| 1359 |
+
"delicatessen": "299",
|
| 1360 |
+
"dentists_office": "300",
|
| 1361 |
+
"department_store": "301",
|
| 1362 |
+
"departure_lounge": "302",
|
| 1363 |
+
"desert_road": "304",
|
| 1364 |
+
"diner_indoor": "305",
|
| 1365 |
+
"diner_outdoor": "306",
|
| 1366 |
+
"dinette_home": "307",
|
| 1367 |
+
"dining_area": "638",
|
| 1368 |
+
"dining_car": "309",
|
| 1369 |
+
"dining_hall": "310",
|
| 1370 |
+
"dining_room": "311",
|
| 1371 |
+
"dirt_track": "312",
|
| 1372 |
+
"discotheque": "313",
|
| 1373 |
+
"distillery": "314",
|
| 1374 |
+
"ditch": "315",
|
| 1375 |
+
"diving_board": "639",
|
| 1376 |
+
"dock": "316",
|
| 1377 |
+
"dolmen": "317",
|
| 1378 |
+
"donjon": "318",
|
| 1379 |
+
"door": "337",
|
| 1380 |
+
"doorway_indoor": "319",
|
| 1381 |
+
"doorway_outdoor": "320",
|
| 1382 |
+
"dorm_room": "321",
|
| 1383 |
+
"downtown": "322",
|
| 1384 |
+
"drainage_ditch": "323",
|
| 1385 |
+
"dress_shop": "324",
|
| 1386 |
+
"dressing_room": "325",
|
| 1387 |
+
"drill_rig": "326",
|
| 1388 |
+
"driveway": "327",
|
| 1389 |
+
"driving_range_indoor": "328",
|
| 1390 |
+
"driving_range_outdoor": "329",
|
| 1391 |
+
"drugstore": "330",
|
| 1392 |
+
"dry": "537",
|
| 1393 |
+
"dry_dock": "331",
|
| 1394 |
+
"dugout": "332",
|
| 1395 |
+
"earth_fissure": "333",
|
| 1396 |
+
"east_asia": "945",
|
| 1397 |
+
"editing_room": "334",
|
| 1398 |
+
"electrical_substation": "335",
|
| 1399 |
+
"elevated_catwalk": "336",
|
| 1400 |
+
"elevator_interior": "26",
|
| 1401 |
+
"elevator_lobby": "339",
|
| 1402 |
+
"elevator_shaft": "340",
|
| 1403 |
+
"embankment": "341",
|
| 1404 |
+
"embassy": "342",
|
| 1405 |
+
"embrasure": "640",
|
| 1406 |
+
"engine_room": "343",
|
| 1407 |
+
"entrance": "90",
|
| 1408 |
+
"entrance_hall": "344",
|
| 1409 |
+
"entranceway_indoor": "641",
|
| 1410 |
+
"entranceway_outdoor": "642",
|
| 1411 |
+
"entryway_outdoor": "643",
|
| 1412 |
+
"escalator_indoor": "27",
|
| 1413 |
+
"escalator_outdoor": "345",
|
| 1414 |
+
"escarpment": "346",
|
| 1415 |
+
"establishment": "63",
|
| 1416 |
+
"estaminet": "644",
|
| 1417 |
+
"estuary": "347",
|
| 1418 |
+
"excavation": "348",
|
| 1419 |
+
"exhibition_hall": "349",
|
| 1420 |
+
"exterior": "139",
|
| 1421 |
+
"fabric_store": "350",
|
| 1422 |
+
"factory_indoor": "351",
|
| 1423 |
+
"factory_outdoor": "352",
|
| 1424 |
+
"fairway": "353",
|
| 1425 |
+
"fan": "1016",
|
| 1426 |
+
"farm": "354",
|
| 1427 |
+
"farm_building": "645",
|
| 1428 |
+
"farmhouse": "646",
|
| 1429 |
+
"fastfood_restaurant": "355",
|
| 1430 |
+
"feed_bunk": "647",
|
| 1431 |
+
"fence": "356",
|
| 1432 |
+
"ferryboat_indoor": "358",
|
| 1433 |
+
"field_house": "648",
|
| 1434 |
+
"field_road": "362",
|
| 1435 |
+
"field_tent_indoor": "649",
|
| 1436 |
+
"field_tent_outdoor": "650",
|
| 1437 |
+
"fire_escape": "363",
|
| 1438 |
+
"fire_station": "364",
|
| 1439 |
+
"fire_trench": "651",
|
| 1440 |
+
"fireplace": "652",
|
| 1441 |
+
"firing_range_indoor": "365",
|
| 1442 |
+
"firing_range_outdoor": "366",
|
| 1443 |
+
"fish_farm": "367",
|
| 1444 |
+
"fishmarket": "368",
|
| 1445 |
+
"fishpond": "369",
|
| 1446 |
+
"fitting_room_interior": "370",
|
| 1447 |
+
"fjord": "371",
|
| 1448 |
+
"flashflood": "653",
|
| 1449 |
+
"flatlet": "654",
|
| 1450 |
+
"flea_market_indoor": "372",
|
| 1451 |
+
"flea_market_outdoor": "373",
|
| 1452 |
+
"floating_dock": "655",
|
| 1453 |
+
"floating_dry_dock": "374",
|
| 1454 |
+
"flood": "375",
|
| 1455 |
+
"flood_plain": "656",
|
| 1456 |
+
"florist_shop_indoor": "376",
|
| 1457 |
+
"florist_shop_outdoor": "377",
|
| 1458 |
+
"flowerbed": "657",
|
| 1459 |
+
"flume_indoor": "658",
|
| 1460 |
+
"fly_bridge": "378",
|
| 1461 |
+
"flying_buttress": "659",
|
| 1462 |
+
"food_court": "379",
|
| 1463 |
+
"football": "109",
|
| 1464 |
+
"football_field": "380",
|
| 1465 |
+
"foothill": "660",
|
| 1466 |
+
"forecourt": "661",
|
| 1467 |
+
"foreshore": "662",
|
| 1468 |
+
"forest_fire": "383",
|
| 1469 |
+
"forest_path": "384",
|
| 1470 |
+
"forest_road": "28",
|
| 1471 |
+
"forklift": "1040",
|
| 1472 |
+
"formal_garden": "385",
|
| 1473 |
+
"fort": "386",
|
| 1474 |
+
"fortress": "387",
|
| 1475 |
+
"foundry_indoor": "388",
|
| 1476 |
+
"foundry_outdoor": "389",
|
| 1477 |
+
"fountain": "390",
|
| 1478 |
+
"freestanding": "231",
|
| 1479 |
+
"freeway": "391",
|
| 1480 |
+
"freight_elevator": "338",
|
| 1481 |
+
"front_porch": "663",
|
| 1482 |
+
"frontseat": "225",
|
| 1483 |
+
"funeral_chapel": "392",
|
| 1484 |
+
"funeral_home": "393",
|
| 1485 |
+
"furnace_room": "394",
|
| 1486 |
+
"galley": "395",
|
| 1487 |
+
"game_room": "396",
|
| 1488 |
+
"gangplank": "29",
|
| 1489 |
+
"garage_indoor": "397",
|
| 1490 |
+
"garage_outdoor": "398",
|
| 1491 |
+
"garbage_dump": "399",
|
| 1492 |
+
"garden": "664",
|
| 1493 |
+
"gas_station": "30",
|
| 1494 |
+
"gas_well": "665",
|
| 1495 |
+
"gasworks": "400",
|
| 1496 |
+
"gate": "401",
|
| 1497 |
+
"gatehouse": "402",
|
| 1498 |
+
"gazebo_interior": "403",
|
| 1499 |
+
"general_store_indoor": "404",
|
| 1500 |
+
"general_store_outdoor": "405",
|
| 1501 |
+
"geodesic_dome_indoor": "406",
|
| 1502 |
+
"geodesic_dome_outdoor": "407",
|
| 1503 |
+
"ghost_town": "408",
|
| 1504 |
+
"gift_shop": "409",
|
| 1505 |
+
"glacier": "410",
|
| 1506 |
+
"glade": "411",
|
| 1507 |
+
"glen": "666",
|
| 1508 |
+
"golf_course": "31",
|
| 1509 |
+
"gorge": "412",
|
| 1510 |
+
"granary": "413",
|
| 1511 |
+
"grape_arbor": "667",
|
| 1512 |
+
"great_hall": "414",
|
| 1513 |
+
"greengrocery": "415",
|
| 1514 |
+
"greenhouse_indoor": "416",
|
| 1515 |
+
"greenhouse_outdoor": "417",
|
| 1516 |
+
"grotto": "418",
|
| 1517 |
+
"grove": "668",
|
| 1518 |
+
"guardhouse": "419",
|
| 1519 |
+
"guardroom": "669",
|
| 1520 |
+
"guesthouse": "670",
|
| 1521 |
+
"gulch": "420",
|
| 1522 |
+
"gun_deck_indoor": "421",
|
| 1523 |
+
"gun_deck_outdoor": "422",
|
| 1524 |
+
"gun_store": "423",
|
| 1525 |
+
"gymnasium_indoor": "32",
|
| 1526 |
+
"gymnasium_outdoor": "671",
|
| 1527 |
+
"hacienda": "424",
|
| 1528 |
+
"hallway": "425",
|
| 1529 |
+
"handball_court": "426",
|
| 1530 |
+
"hangar_indoor": "427",
|
| 1531 |
+
"hangar_outdoor": "428",
|
| 1532 |
+
"harbor": "33",
|
| 1533 |
+
"hardware_store": "429",
|
| 1534 |
+
"hat_shop": "430",
|
| 1535 |
+
"hatchery": "431",
|
| 1536 |
+
"hayfield": "34",
|
| 1537 |
+
"hayloft": "432",
|
| 1538 |
+
"head_shop": "672",
|
| 1539 |
+
"hearth": "433",
|
| 1540 |
+
"heath": "35",
|
| 1541 |
+
"hedge_maze": "434",
|
| 1542 |
+
"hedgerow": "435",
|
| 1543 |
+
"heliport": "436",
|
| 1544 |
+
"hen_yard": "673",
|
| 1545 |
+
"herb_garden": "437",
|
| 1546 |
+
"highway": "438",
|
| 1547 |
+
"hill": "439",
|
| 1548 |
+
"hillock": "674",
|
| 1549 |
+
"hockey": "110",
|
| 1550 |
+
"hollow": "1041",
|
| 1551 |
+
"home_office": "440",
|
| 1552 |
+
"home_theater": "441",
|
| 1553 |
+
"hoodoo": "36",
|
| 1554 |
+
"hospital": "442",
|
| 1555 |
+
"hospital_room": "443",
|
| 1556 |
+
"hot_spring": "444",
|
| 1557 |
+
"hot_tub_indoor": "445",
|
| 1558 |
+
"hot_tub_outdoor": "446",
|
| 1559 |
+
"hotel_breakfast_area": "448",
|
| 1560 |
+
"hotel_outdoor": "447",
|
| 1561 |
+
"hotel_room": "449",
|
| 1562 |
+
"house": "37",
|
| 1563 |
+
"housing_estate": "675",
|
| 1564 |
+
"housing_project": "676",
|
| 1565 |
+
"howdah": "677",
|
| 1566 |
+
"hunting_lodge_indoor": "450",
|
| 1567 |
+
"hunting_lodge_outdoor": "38",
|
| 1568 |
+
"hut": "451",
|
| 1569 |
+
"hutment": "1042",
|
| 1570 |
+
"ice_cream_parlor": "452",
|
| 1571 |
+
"ice_floe": "453",
|
| 1572 |
+
"ice_shelf": "39",
|
| 1573 |
+
"ice_skating_rink_indoor": "454",
|
| 1574 |
+
"ice_skating_rink_outdoor": "455",
|
| 1575 |
+
"iceberg": "456",
|
| 1576 |
+
"igloo": "457",
|
| 1577 |
+
"imaret": "458",
|
| 1578 |
+
"incinerator_indoor": "459",
|
| 1579 |
+
"incinerator_outdoor": "460",
|
| 1580 |
+
"indoor_procenium": "76",
|
| 1581 |
+
"indoor_round": "953",
|
| 1582 |
+
"indoor_seats": "954",
|
| 1583 |
+
"industrial_area": "461",
|
| 1584 |
+
"industrial_park": "462",
|
| 1585 |
+
"inlet": "678",
|
| 1586 |
+
"inn_indoor": "463",
|
| 1587 |
+
"inn_outdoor": "464",
|
| 1588 |
+
"insane_asylum": "679",
|
| 1589 |
+
"irrigation_ditch": "465",
|
| 1590 |
+
"islet": "466",
|
| 1591 |
+
"jacuzzi_indoor": "467",
|
| 1592 |
+
"jacuzzi_outdoor": "468",
|
| 1593 |
+
"jail_cell": "471",
|
| 1594 |
+
"jail_indoor": "469",
|
| 1595 |
+
"jail_outdoor": "470",
|
| 1596 |
+
"japanese_garden": "472",
|
| 1597 |
+
"jetty": "473",
|
| 1598 |
+
"jewelry_shop": "474",
|
| 1599 |
+
"joss_house": "40",
|
| 1600 |
+
"juke_joint": "681",
|
| 1601 |
+
"jungle": "682",
|
| 1602 |
+
"junk_pile": "475",
|
| 1603 |
+
"junkyard": "476",
|
| 1604 |
+
"jury_box": "477",
|
| 1605 |
+
"kasbah": "478",
|
| 1606 |
+
"kennel_indoor": "479",
|
| 1607 |
+
"kennel_outdoor": "480",
|
| 1608 |
+
"kindergarden_classroom": "481",
|
| 1609 |
+
"kiosk_indoor": "41",
|
| 1610 |
+
"kiosk_outdoor": "482",
|
| 1611 |
+
"kitchen": "42",
|
| 1612 |
+
"kitchenette": "483",
|
| 1613 |
+
"kraal": "683",
|
| 1614 |
+
"lab_classroom": "484",
|
| 1615 |
+
"laboratorywet": "684",
|
| 1616 |
+
"labyrinth_indoor": "485",
|
| 1617 |
+
"labyrinth_outdoor": "486",
|
| 1618 |
+
"lagoon": "487",
|
| 1619 |
+
"landfill": "43",
|
| 1620 |
+
"landing": "489",
|
| 1621 |
+
"landing_deck": "490",
|
| 1622 |
+
"landing_strip": "685",
|
| 1623 |
+
"laundromat": "491",
|
| 1624 |
+
"lava_flow": "492",
|
| 1625 |
+
"lavatory": "493",
|
| 1626 |
+
"lawn": "494",
|
| 1627 |
+
"layby": "686",
|
| 1628 |
+
"lean-to": "495",
|
| 1629 |
+
"lean-to_tent": "687",
|
| 1630 |
+
"lecture_room": "496",
|
| 1631 |
+
"legislative_chamber": "497",
|
| 1632 |
+
"levee": "498",
|
| 1633 |
+
"library": "291",
|
| 1634 |
+
"library_indoor": "44",
|
| 1635 |
+
"library_outdoor": "499",
|
| 1636 |
+
"lido_deck_indoor": "500",
|
| 1637 |
+
"lido_deck_outdoor": "45",
|
| 1638 |
+
"lift_bridge": "501",
|
| 1639 |
+
"lighthouse": "502",
|
| 1640 |
+
"limousine_interior": "503",
|
| 1641 |
+
"liquor_store_indoor": "504",
|
| 1642 |
+
"liquor_store_outdoor": "505",
|
| 1643 |
+
"living_room": "46",
|
| 1644 |
+
"loading_dock": "506",
|
| 1645 |
+
"lobby": "507",
|
| 1646 |
+
"lock_chamber": "508",
|
| 1647 |
+
"locker_room": "47",
|
| 1648 |
+
"loft": "509",
|
| 1649 |
+
"loge": "688",
|
| 1650 |
+
"loggia_outdoor": "689",
|
| 1651 |
+
"lookout_station_indoor": "510",
|
| 1652 |
+
"lookout_station_outdoor": "511",
|
| 1653 |
+
"lower_deck": "690",
|
| 1654 |
+
"luggage_van": "691",
|
| 1655 |
+
"lumberyard_indoor": "512",
|
| 1656 |
+
"lumberyard_outdoor": "513",
|
| 1657 |
+
"lyceum": "1049",
|
| 1658 |
+
"machine_shop": "514",
|
| 1659 |
+
"manhole": "515",
|
| 1660 |
+
"mansard": "692",
|
| 1661 |
+
"mansion": "516",
|
| 1662 |
+
"manufactured_home": "517",
|
| 1663 |
+
"market_indoor": "518",
|
| 1664 |
+
"market_outdoor": "48",
|
| 1665 |
+
"marsh": "519",
|
| 1666 |
+
"martial_arts_gym": "520",
|
| 1667 |
+
"massage_room": "911",
|
| 1668 |
+
"mastaba": "521",
|
| 1669 |
+
"maternity_ward": "522",
|
| 1670 |
+
"mausoleum": "523",
|
| 1671 |
+
"meadow": "693",
|
| 1672 |
+
"meat_house": "694",
|
| 1673 |
+
"medina": "524",
|
| 1674 |
+
"megalith": "695",
|
| 1675 |
+
"menhir": "525",
|
| 1676 |
+
"mens_store_outdoor": "696",
|
| 1677 |
+
"mental_institution_indoor": "697",
|
| 1678 |
+
"mental_institution_outdoor": "698",
|
| 1679 |
+
"mesa": "526",
|
| 1680 |
+
"mesoamerican": "946",
|
| 1681 |
+
"mess_hall": "527",
|
| 1682 |
+
"mews": "54",
|
| 1683 |
+
"mezzanine": "528",
|
| 1684 |
+
"military_headquarters": "699",
|
| 1685 |
+
"military_hospital": "529",
|
| 1686 |
+
"military_hut": "530",
|
| 1687 |
+
"military_tent": "531",
|
| 1688 |
+
"millpond": "700",
|
| 1689 |
+
"millrace": "701",
|
| 1690 |
+
"mine": "532",
|
| 1691 |
+
"mineral_bath": "912",
|
| 1692 |
+
"mineshaft": "533",
|
| 1693 |
+
"mini_golf_course_indoor": "534",
|
| 1694 |
+
"mini_golf_course_outdoor": "535",
|
| 1695 |
+
"misc": "558",
|
| 1696 |
+
"mission": "536",
|
| 1697 |
+
"mobile_home": "539",
|
| 1698 |
+
"monastery_indoor": "540",
|
| 1699 |
+
"monastery_outdoor": "541",
|
| 1700 |
+
"moon_bounce": "542",
|
| 1701 |
+
"moor": "543",
|
| 1702 |
+
"morgue": "544",
|
| 1703 |
+
"mosque_indoor": "545",
|
| 1704 |
+
"mosque_outdoor": "546",
|
| 1705 |
+
"motel": "547",
|
| 1706 |
+
"mountain": "548",
|
| 1707 |
+
"mountain_path": "549",
|
| 1708 |
+
"mountain_road": "550",
|
| 1709 |
+
"mountain_snowy": "49",
|
| 1710 |
+
"movie_theater_indoor": "551",
|
| 1711 |
+
"movie_theater_outdoor": "552",
|
| 1712 |
+
"mudflat": "553",
|
| 1713 |
+
"museum_indoor": "554",
|
| 1714 |
+
"museum_outdoor": "555",
|
| 1715 |
+
"music_store": "556",
|
| 1716 |
+
"music_studio": "557",
|
| 1717 |
+
"natural": "219",
|
| 1718 |
+
"natural_history_museum": "559",
|
| 1719 |
+
"natural_spring": "702",
|
| 1720 |
+
"naval_base": "560",
|
| 1721 |
+
"needleleaf": "382",
|
| 1722 |
+
"newsroom": "561",
|
| 1723 |
+
"newsstand_indoor": "562",
|
| 1724 |
+
"newsstand_outdoor": "563",
|
| 1725 |
+
"nightclub": "564",
|
| 1726 |
+
"nook": "55",
|
| 1727 |
+
"nuclear_power_plant_indoor": "565",
|
| 1728 |
+
"nuclear_power_plant_outdoor": "566",
|
| 1729 |
+
"nunnery": "567",
|
| 1730 |
+
"nursery": "568",
|
| 1731 |
+
"nursing_home": "569",
|
| 1732 |
+
"nursing_home_outdoor": "703",
|
| 1733 |
+
"oasis": "570",
|
| 1734 |
+
"oast_house": "571",
|
| 1735 |
+
"observation_station": "704",
|
| 1736 |
+
"observatory_indoor": "572",
|
| 1737 |
+
"observatory_outdoor": "573",
|
| 1738 |
+
"observatory_post": "574",
|
| 1739 |
+
"ocean": "575",
|
| 1740 |
+
"ocean_deep": "982",
|
| 1741 |
+
"ocean_shallow": "983",
|
| 1742 |
+
"office": "50",
|
| 1743 |
+
"office_building": "576",
|
| 1744 |
+
"office_cubicles": "577",
|
| 1745 |
+
"oil_refinery_indoor": "578",
|
| 1746 |
+
"oil_refinery_outdoor": "579",
|
| 1747 |
+
"oilrig": "580",
|
| 1748 |
+
"one-way_street": "1050",
|
| 1749 |
+
"open-hearth_furnace": "705",
|
| 1750 |
+
"operating_room": "581",
|
| 1751 |
+
"operating_table": "706",
|
| 1752 |
+
"optician": "582",
|
| 1753 |
+
"orchard": "51",
|
| 1754 |
+
"orchestra_pit": "1047",
|
| 1755 |
+
"organ_loft_interior": "583",
|
| 1756 |
+
"orlop_deck": "584",
|
| 1757 |
+
"ossuary": "585",
|
| 1758 |
+
"outbuilding": "707",
|
| 1759 |
+
"outcropping": "586",
|
| 1760 |
+
"outhouse_indoor": "587",
|
| 1761 |
+
"outhouse_outdoor": "588",
|
| 1762 |
+
"outside": "680",
|
| 1763 |
+
"overpass": "589",
|
| 1764 |
+
"oyster_bar": "590",
|
| 1765 |
+
"oyster_farm": "591",
|
| 1766 |
+
"packaging_plant": "778",
|
| 1767 |
+
"pagoda": "779",
|
| 1768 |
+
"palace": "58",
|
| 1769 |
+
"palace_hall": "59",
|
| 1770 |
+
"palestra": "708",
|
| 1771 |
+
"pantry": "60",
|
| 1772 |
+
"paper_mill": "780",
|
| 1773 |
+
"parade_ground": "1051",
|
| 1774 |
+
"park": "781",
|
| 1775 |
+
"parking_garage_indoor": "782",
|
| 1776 |
+
"parking_garage_outdoor": "783",
|
| 1777 |
+
"parking_lot": "784",
|
| 1778 |
+
"parkway": "709",
|
| 1779 |
+
"parlor": "785",
|
| 1780 |
+
"particle_accelerator": "786",
|
| 1781 |
+
"party_tent_indoor": "787",
|
| 1782 |
+
"party_tent_outdoor": "788",
|
| 1783 |
+
"passenger_deck": "359",
|
| 1784 |
+
"pasture": "789",
|
| 1785 |
+
"patio": "61",
|
| 1786 |
+
"patio_indoor": "710",
|
| 1787 |
+
"pavement": "711",
|
| 1788 |
+
"pavilion": "790",
|
| 1789 |
+
"pawnshop": "791",
|
| 1790 |
+
"pawnshop_outdoor": "712",
|
| 1791 |
+
"pedestrian_overpass_indoor": "792",
|
| 1792 |
+
"penalty_box": "793",
|
| 1793 |
+
"performance": "111",
|
| 1794 |
+
"perfume_shop": "1045",
|
| 1795 |
+
"pet_shop": "794",
|
| 1796 |
+
"pharmacy": "795",
|
| 1797 |
+
"phone_booth": "62",
|
| 1798 |
+
"physics_laboratory": "796",
|
| 1799 |
+
"piano_store": "797",
|
| 1800 |
+
"picnic_area": "798",
|
| 1801 |
+
"pier": "799",
|
| 1802 |
+
"pig_farm": "800",
|
| 1803 |
+
"pilothouse_indoor": "801",
|
| 1804 |
+
"pilothouse_outdoor": "802",
|
| 1805 |
+
"pinetum": "713",
|
| 1806 |
+
"piste_road": "714",
|
| 1807 |
+
"pitchers_mound": "803",
|
| 1808 |
+
"pizzeria": "804",
|
| 1809 |
+
"pizzeria_outdoor": "715",
|
| 1810 |
+
"planetarium_indoor": "805",
|
| 1811 |
+
"planetarium_outdoor": "806",
|
| 1812 |
+
"plantation_house": "807",
|
| 1813 |
+
"platform": "72",
|
| 1814 |
+
"playground": "808",
|
| 1815 |
+
"playroom": "809",
|
| 1816 |
+
"plaza": "810",
|
| 1817 |
+
"plunge": "1017",
|
| 1818 |
+
"podium_indoor": "811",
|
| 1819 |
+
"podium_outdoor": "812",
|
| 1820 |
+
"police_station": "813",
|
| 1821 |
+
"pond": "814",
|
| 1822 |
+
"pontoon_bridge": "815",
|
| 1823 |
+
"poolroom_home": "64",
|
| 1824 |
+
"poop_deck": "816",
|
| 1825 |
+
"porch": "817",
|
| 1826 |
+
"portico": "818",
|
| 1827 |
+
"portrait_studio": "819",
|
| 1828 |
+
"postern": "820",
|
| 1829 |
+
"powder_room": "716",
|
| 1830 |
+
"power_plant_outdoor": "821",
|
| 1831 |
+
"preserve": "56",
|
| 1832 |
+
"print_shop": "822",
|
| 1833 |
+
"priory": "823",
|
| 1834 |
+
"promenade": "824",
|
| 1835 |
+
"promenade_deck": "825",
|
| 1836 |
+
"pub_indoor": "826",
|
| 1837 |
+
"pub_outdoor": "827",
|
| 1838 |
+
"pueblo": "1043",
|
| 1839 |
+
"pulpit": "828",
|
| 1840 |
+
"pump_room": "1052",
|
| 1841 |
+
"pumping_station": "717",
|
| 1842 |
+
"putting_green": "829",
|
| 1843 |
+
"quadrangle": "830",
|
| 1844 |
+
"questionable": "596",
|
| 1845 |
+
"quicksand": "831",
|
| 1846 |
+
"quonset_hut_indoor": "832",
|
| 1847 |
+
"quonset_hut_outdoor": "65",
|
| 1848 |
+
"racecourse": "833",
|
| 1849 |
+
"raceway": "834",
|
| 1850 |
+
"raft": "835",
|
| 1851 |
+
"rail_indoor": "977",
|
| 1852 |
+
"rail_outdoor": "978",
|
| 1853 |
+
"railroad_track": "836",
|
| 1854 |
+
"railway_yard": "837",
|
| 1855 |
+
"rainforest": "838",
|
| 1856 |
+
"ramp": "839",
|
| 1857 |
+
"ranch": "840",
|
| 1858 |
+
"ranch_house": "841",
|
| 1859 |
+
"reading_room": "842",
|
| 1860 |
+
"reception": "843",
|
| 1861 |
+
"reception_room": "718",
|
| 1862 |
+
"recreation_room": "844",
|
| 1863 |
+
"rectory": "845",
|
| 1864 |
+
"recycling_plant_indoor": "846",
|
| 1865 |
+
"recycling_plant_outdoor": "1053",
|
| 1866 |
+
"refectory": "847",
|
| 1867 |
+
"repair_shop": "848",
|
| 1868 |
+
"residential_neighborhood": "849",
|
| 1869 |
+
"resort": "850",
|
| 1870 |
+
"rest_area": "851",
|
| 1871 |
+
"rest_stop": "719",
|
| 1872 |
+
"restaurant": "852",
|
| 1873 |
+
"restaurant_kitchen": "853",
|
| 1874 |
+
"restaurant_patio": "854",
|
| 1875 |
+
"restroom_indoor": "855",
|
| 1876 |
+
"restroom_outdoor": "856",
|
| 1877 |
+
"retaining_wall": "720",
|
| 1878 |
+
"revolving_door": "857",
|
| 1879 |
+
"rice_paddy": "66",
|
| 1880 |
+
"riding_arena": "858",
|
| 1881 |
+
"rift_valley": "721",
|
| 1882 |
+
"river": "859",
|
| 1883 |
+
"road": "722",
|
| 1884 |
+
"road_cut": "860",
|
| 1885 |
+
"road_indoor": "979",
|
| 1886 |
+
"road_outdoor": "980",
|
| 1887 |
+
"rock_arch": "861",
|
| 1888 |
+
"rock_garden": "723",
|
| 1889 |
+
"rodeo": "112",
|
| 1890 |
+
"roller_skating_rink_indoor": "862",
|
| 1891 |
+
"roller_skating_rink_outdoor": "863",
|
| 1892 |
+
"rolling_mill": "864",
|
| 1893 |
+
"roof": "865",
|
| 1894 |
+
"roof_garden": "866",
|
| 1895 |
+
"room": "264",
|
| 1896 |
+
"root_cellar": "867",
|
| 1897 |
+
"rope_bridge": "868",
|
| 1898 |
+
"rotisserie": "724",
|
| 1899 |
+
"roundabout": "869",
|
| 1900 |
+
"roundhouse": "870",
|
| 1901 |
+
"rubble": "871",
|
| 1902 |
+
"ruin": "872",
|
| 1903 |
+
"runway": "873",
|
| 1904 |
+
"sacristy": "874",
|
| 1905 |
+
"safari_park": "725",
|
| 1906 |
+
"salon": "726",
|
| 1907 |
+
"saloon": "727",
|
| 1908 |
+
"salt_plain": "875",
|
| 1909 |
+
"sanatorium": "728",
|
| 1910 |
+
"sand": "25",
|
| 1911 |
+
"sand_trap": "876",
|
| 1912 |
+
"sandbar": "877",
|
| 1913 |
+
"sandbox": "67",
|
| 1914 |
+
"sauna": "878",
|
| 1915 |
+
"savanna": "879",
|
| 1916 |
+
"sawmill": "880",
|
| 1917 |
+
"schoolhouse": "881",
|
| 1918 |
+
"schoolyard": "882",
|
| 1919 |
+
"science_laboratory": "729",
|
| 1920 |
+
"science_museum": "883",
|
| 1921 |
+
"scriptorium": "884",
|
| 1922 |
+
"scrubland": "730",
|
| 1923 |
+
"scullery": "731",
|
| 1924 |
+
"sea_cliff": "885",
|
| 1925 |
+
"seaside": "732",
|
| 1926 |
+
"seawall": "886",
|
| 1927 |
+
"security_check_point": "887",
|
| 1928 |
+
"semidesert": "733",
|
| 1929 |
+
"server_room": "888",
|
| 1930 |
+
"sewer": "889",
|
| 1931 |
+
"sewing_room": "890",
|
| 1932 |
+
"shed": "891",
|
| 1933 |
+
"shelter": "734",
|
| 1934 |
+
"shelter_deck": "735",
|
| 1935 |
+
"shelter_tent": "736",
|
| 1936 |
+
"shipping_room": "892",
|
| 1937 |
+
"shipyard_outdoor": "893",
|
| 1938 |
+
"shoe_shop": "894",
|
| 1939 |
+
"shop": "138",
|
| 1940 |
+
"shopfront": "68",
|
| 1941 |
+
"shopping_mall_indoor": "895",
|
| 1942 |
+
"shopping_mall_outdoor": "896",
|
| 1943 |
+
"shore": "737",
|
| 1944 |
+
"shower": "897",
|
| 1945 |
+
"shower_room": "898",
|
| 1946 |
+
"shrine": "899",
|
| 1947 |
+
"shrubbery": "738",
|
| 1948 |
+
"sidewalk": "739",
|
| 1949 |
+
"signal_box": "900",
|
| 1950 |
+
"sinkhole": "901",
|
| 1951 |
+
"ski_jump": "902",
|
| 1952 |
+
"ski_lodge": "903",
|
| 1953 |
+
"ski_resort": "904",
|
| 1954 |
+
"ski_slope": "905",
|
| 1955 |
+
"sky": "906",
|
| 1956 |
+
"skyscraper": "69",
|
| 1957 |
+
"skywalk_indoor": "907",
|
| 1958 |
+
"skywalk_outdoor": "908",
|
| 1959 |
+
"slum": "909",
|
| 1960 |
+
"snack_bar": "740",
|
| 1961 |
+
"snowbank": "741",
|
| 1962 |
+
"snowfield": "910",
|
| 1963 |
+
"soccer": "113",
|
| 1964 |
+
"south_asia": "947",
|
| 1965 |
+
"spillway": "913",
|
| 1966 |
+
"sporting_goods_store": "914",
|
| 1967 |
+
"squash_court": "915",
|
| 1968 |
+
"stable": "916",
|
| 1969 |
+
"stadium_outdoor": "918",
|
| 1970 |
+
"stage_indoor": "919",
|
| 1971 |
+
"stage_outdoor": "920",
|
| 1972 |
+
"stage_set": "742",
|
| 1973 |
+
"staircase": "921",
|
| 1974 |
+
"stall": "743",
|
| 1975 |
+
"starting_gate": "922",
|
| 1976 |
+
"stateroom": "744",
|
| 1977 |
+
"station": "971",
|
| 1978 |
+
"steam_plant_outdoor": "923",
|
| 1979 |
+
"steel_mill_indoor": "924",
|
| 1980 |
+
"steel_mill_outdoor": "1046",
|
| 1981 |
+
"stone_circle": "70",
|
| 1982 |
+
"storage_room": "925",
|
| 1983 |
+
"store": "745",
|
| 1984 |
+
"storm_cellar": "926",
|
| 1985 |
+
"street": "927",
|
| 1986 |
+
"streetcar_track": "746",
|
| 1987 |
+
"strip_mall": "928",
|
| 1988 |
+
"strip_mine": "929",
|
| 1989 |
+
"student_center": "747",
|
| 1990 |
+
"student_residence": "930",
|
| 1991 |
+
"study_hall": "748",
|
| 1992 |
+
"submarine_interior": "931",
|
| 1993 |
+
"subway_interior": "71",
|
| 1994 |
+
"sugar_refinery": "749",
|
| 1995 |
+
"sun_deck": "932",
|
| 1996 |
+
"sunroom": "750",
|
| 1997 |
+
"supermarket": "73",
|
| 1998 |
+
"supply_chamber": "751",
|
| 1999 |
+
"sushi_bar": "933",
|
| 2000 |
+
"swamp": "934",
|
| 2001 |
+
"swimming_hole": "935",
|
| 2002 |
+
"swimming_pool_indoor": "936",
|
| 2003 |
+
"swimming_pool_outdoor": "74",
|
| 2004 |
+
"synagogue_indoor": "937",
|
| 2005 |
+
"synagogue_outdoor": "938",
|
| 2006 |
+
"t-bar_lift": "752",
|
| 2007 |
+
"tannery": "753",
|
| 2008 |
+
"taxistand": "939",
|
| 2009 |
+
"taxiway": "940",
|
| 2010 |
+
"tea_garden": "941",
|
| 2011 |
+
"teahouse": "754",
|
| 2012 |
+
"tearoom": "942",
|
| 2013 |
+
"teashop": "943",
|
| 2014 |
+
"television_room": "944",
|
| 2015 |
+
"television_studio": "75",
|
| 2016 |
+
"tennis_court_indoor": "949",
|
| 2017 |
+
"tennis_court_outdoor": "950",
|
| 2018 |
+
"tent_outdoor": "951",
|
| 2019 |
+
"terrace_farm": "952",
|
| 2020 |
+
"theater_outdoor": "955",
|
| 2021 |
+
"threshing_floor": "755",
|
| 2022 |
+
"thriftshop": "956",
|
| 2023 |
+
"throne_room": "957",
|
| 2024 |
+
"ticket_booth": "958",
|
| 2025 |
+
"ticket_window_indoor": "756",
|
| 2026 |
+
"tidal_basin": "757",
|
| 2027 |
+
"tidal_river": "758",
|
| 2028 |
+
"tiltyard": "759",
|
| 2029 |
+
"tobacco_shop_indoor": "959",
|
| 2030 |
+
"toll_plaza": "960",
|
| 2031 |
+
"tollbooth": "961",
|
| 2032 |
+
"tollgate": "760",
|
| 2033 |
+
"tomb": "761",
|
| 2034 |
+
"topiary_garden": "962",
|
| 2035 |
+
"tower": "963",
|
| 2036 |
+
"town_house": "964",
|
| 2037 |
+
"toyshop": "965",
|
| 2038 |
+
"track_outdoor": "966",
|
| 2039 |
+
"tract_housing": "762",
|
| 2040 |
+
"trading_floor": "967",
|
| 2041 |
+
"traffic_island": "57",
|
| 2042 |
+
"trailer_park": "968",
|
| 2043 |
+
"train_interior": "969",
|
| 2044 |
+
"train_railway": "77",
|
| 2045 |
+
"train_station_outdoor": "970",
|
| 2046 |
+
"tree_farm": "972",
|
| 2047 |
+
"tree_house": "973",
|
| 2048 |
+
"trellis": "763",
|
| 2049 |
+
"trench": "974",
|
| 2050 |
+
"trestle_bridge": "975",
|
| 2051 |
+
"truck_stop": "764",
|
| 2052 |
+
"tundra": "976",
|
| 2053 |
+
"turkish_bath": "981",
|
| 2054 |
+
"upper_balcony": "765",
|
| 2055 |
+
"urban": "220",
|
| 2056 |
+
"utility_room": "984",
|
| 2057 |
+
"valley": "985",
|
| 2058 |
+
"van_interior": "986",
|
| 2059 |
+
"vat": "1044",
|
| 2060 |
+
"vegetable_garden": "987",
|
| 2061 |
+
"vegetation": "303",
|
| 2062 |
+
"vehicle": "308",
|
| 2063 |
+
"velodrome_indoor": "988",
|
| 2064 |
+
"velodrome_outdoor": "989",
|
| 2065 |
+
"ventilation_shaft": "990",
|
| 2066 |
+
"veranda": "991",
|
| 2067 |
+
"vestibule": "766",
|
| 2068 |
+
"vestry": "992",
|
| 2069 |
+
"veterinarians_office": "993",
|
| 2070 |
+
"viaduct": "79",
|
| 2071 |
+
"videostore": "994",
|
| 2072 |
+
"village": "995",
|
| 2073 |
+
"vinery": "767",
|
| 2074 |
+
"vineyard": "996",
|
| 2075 |
+
"volcano": "997",
|
| 2076 |
+
"volleyball_court_indoor": "998",
|
| 2077 |
+
"volleyball_court_outdoor": "999",
|
| 2078 |
+
"voting_booth": "1000",
|
| 2079 |
+
"waiting_room": "1001",
|
| 2080 |
+
"walk_in_freezer": "1002",
|
| 2081 |
+
"walkway": "768",
|
| 2082 |
+
"war_room": "769",
|
| 2083 |
+
"warehouse_indoor": "1003",
|
| 2084 |
+
"warehouse_outdoor": "1004",
|
| 2085 |
+
"washhouse_indoor": "1005",
|
| 2086 |
+
"washhouse_outdoor": "1006",
|
| 2087 |
+
"washroom": "770",
|
| 2088 |
+
"watchtower": "1007",
|
| 2089 |
+
"water": "538",
|
| 2090 |
+
"water_fountain": "771",
|
| 2091 |
+
"water_gate": "772",
|
| 2092 |
+
"water_mill": "1008",
|
| 2093 |
+
"water_park": "1009",
|
| 2094 |
+
"water_tower": "1010",
|
| 2095 |
+
"water_treatment_plant_indoor": "1011",
|
| 2096 |
+
"water_treatment_plant_outdoor": "1012",
|
| 2097 |
+
"watering_hole": "1018",
|
| 2098 |
+
"waterscape": "773",
|
| 2099 |
+
"waterway": "774",
|
| 2100 |
+
"wave": "80",
|
| 2101 |
+
"weighbridge": "1019",
|
| 2102 |
+
"western": "948",
|
| 2103 |
+
"wet_bar": "1020",
|
| 2104 |
+
"wetland": "775",
|
| 2105 |
+
"wharf": "1021",
|
| 2106 |
+
"wheat_field": "1022",
|
| 2107 |
+
"whispering_gallery": "1023",
|
| 2108 |
+
"widows_walk_indoor": "776",
|
| 2109 |
+
"widows_walk_interior": "1024",
|
| 2110 |
+
"wild": "361",
|
| 2111 |
+
"wind_farm": "81",
|
| 2112 |
+
"windmill": "1025",
|
| 2113 |
+
"window_seat": "1026",
|
| 2114 |
+
"windstorm": "777",
|
| 2115 |
+
"winery": "1028",
|
| 2116 |
+
"witness_stand": "1029",
|
| 2117 |
+
"woodland": "1030",
|
| 2118 |
+
"workroom": "1031",
|
| 2119 |
+
"workshop": "1032",
|
| 2120 |
+
"wrestling_ring_indoor": "1033",
|
| 2121 |
+
"wrestling_ring_outdoor": "1034",
|
| 2122 |
+
"yard": "1035",
|
| 2123 |
+
"youth_hostel": "1036",
|
| 2124 |
+
"zen_garden": "1037",
|
| 2125 |
+
"ziggurat": "1038",
|
| 2126 |
+
"zoo": "1039"
|
| 2127 |
+
},
|
| 2128 |
+
"layer_norm_eps": 1e-12,
|
| 2129 |
+
"model_type": "vit",
|
| 2130 |
+
"num_attention_heads": 12,
|
| 2131 |
+
"num_channels": 3,
|
| 2132 |
+
"num_hidden_layers": 12,
|
| 2133 |
+
"patch_size": 16,
|
| 2134 |
+
"problem_type": "single_label_classification",
|
| 2135 |
+
"qkv_bias": true,
|
| 2136 |
+
"torch_dtype": "float32",
|
| 2137 |
+
"transformers_version": "4.33.3"
|
| 2138 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64c6fe718fb33f1c531261eba600582343d06dc79c82aaf606f351ee74ee2768
|
| 3 |
+
size 346507757
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ada017ba3c55de21c40183167ffffc3a99fd602acabe6625c489ea6bbfe1b1f
|
| 3 |
+
size 4027
|