| { | |
| "architectures": ["CustomFeatureExtractor"], | |
| "model_type": "custom", | |
| "task": "image-classification", | |
| "framework": "onnx", | |
| "pipeline_tag": "image-classification", | |
| "license": "apache-2.0", | |
| "tags": [ | |
| "cattle-breed-classification", | |
| "buffalo-breed-classification", | |
| "livestock-recognition", | |
| "agriculture", | |
| "computer-vision", | |
| "onnx", | |
| "resnet50" | |
| ], | |
| "base_model": "microsoft/resnet-50", | |
| "num_classes": 10, | |
| "breeds": [ | |
| "Bhadawari", | |
| "Gir", | |
| "Jaffarbadi", | |
| "Kankrej", | |
| "Mehsana", | |
| "Murrah", | |
| "Ongole", | |
| "Sahiwal", | |
| "Surti", | |
| "Tharparkar" | |
| ], | |
| "input_size": [224, 224], | |
| "feature_dim": 2048, | |
| "preprocessing": { | |
| "image_mean": [0.485, 0.456, 0.406], | |
| "image_std": [0.229, 0.224, 0.225], | |
| "size": 256, | |
| "crop_size": 224 | |
| } | |
| } | |