File size: 814 Bytes
abca75a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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
  }
}