wuhp commited on
Commit
1b12631
·
verified ·
1 Parent(s): 673a829

Update models_info.json

Browse files
Files changed (1) hide show
  1. models_info.json +25 -0
models_info.json CHANGED
@@ -113,5 +113,30 @@
113
  "class_image_counts": {
114
  "Vehicle": 15163
115
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  }
117
  ]
 
113
  "class_image_counts": {
114
  "Vehicle": 15163
115
  }
116
+ },
117
+ {
118
+ "model_name": "cat",
119
+ "display_name": "Cat Detection Model",
120
+ "download_url": "https://raw.githubusercontent.com/wuhplaptop/cat-yolo/main/Cat-50e-11n.pt",
121
+ "architecture": "YOLOv11",
122
+ "training_epochs": 50,
123
+ "batch_size": 32,
124
+ "optimizer": "auto",
125
+ "learning_rate": 0.0005,
126
+ "data_augmentation_level": "Moderate",
127
+ "mAP_score": 0.98567,
128
+ "num_images": 9147,
129
+ "class_ids": {
130
+ "0": "Cat"
131
+ },
132
+ "datasets_used": [
133
+ "cat-2er75_v4",
134
+ "cats-j6k8r-iakbs_v1",
135
+ "cats-j6k8r_v1",
136
+ "mickey-finder_v1"
137
+ ],
138
+ "class_image_counts": {
139
+ "Cat": 9147
140
+ }
141
  }
142
  ]