TrashClassifier / config.json
FellOffTheStairs's picture
Upload config.json with huggingface_hub
18eecc0 verified
raw
history blame contribute delete
270 Bytes
{"model_type": "resnet", "num_labels": 3, "id2label": {"0": "Trash Bag", "1": "Paper Bag", "2": "Plastic Bag"}, "label2id": {"Trash Bag": 0, "Paper Bag": 1, "Plastic Bag": 2}, "preprocessing": {"resize": 224, "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225]}}