Skip to content

Commit 8f9d4bb

Browse files
committed
Added new models to the documentation and updated the existing ones for better clarity and accuracy.
1 parent c5e6812 commit 8f9d4bb

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

docs/models.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,31 @@
134134
"onnx": "https://huggingface.co/lukasiktar11/football-player-detector2/resolve/main/best.onnx",
135135
"size_mb": 5.4,
136136
"image_size": 640
137+
},
138+
{
139+
"id": "parking-spot-detector",
140+
"name": "Parking spot detector",
141+
"summary": "Detects parking spots and whether cars are on the spots.",
142+
"base_model": "yolo26s-obb",
143+
"task": "obb",
144+
"classes": [
145+
"empty",
146+
"occupied"
147+
],
148+
"dataset": "https://universe.roboflow.com/pklot/detection-of-parking-spaces",
149+
"dataset_license": "CC BY 4.0",
150+
"metrics": {
151+
"mAP50": 0.989,
152+
"mAP50_95": 0.963,
153+
"precision": 0.962,
154+
"recall": 0.96
155+
},
156+
"hf_repo": "lukasiktar11/parking-spot-detector",
157+
"download": "https://huggingface.co/lukasiktar11/parking-spot-detector/resolve/main/best.pt",
158+
"onnx": "https://huggingface.co/lukasiktar11/parking-spot-detector/resolve/main/best.onnx",
159+
"size_mb": 21.8,
160+
"image_size": 640
137161
}
138-
139-
162+
140163
]
141164
}

0 commit comments

Comments
 (0)