wuhp commited on
Commit
12e8bce
·
verified ·
1 Parent(s): b86b824

Create models_info.json

Browse files
Files changed (1) hide show
  1. models_info.json +13 -0
models_info.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "model_name": "model1",
4
+ "mAP_score": 0.85,
5
+ "num_images": 1000
6
+ },
7
+ {
8
+ "model_name": "model2",
9
+ "mAP_score": 0.90,
10
+ "num_images": 1500
11
+ }
12
+ // Add more models as needed
13
+ ]