Upload 3 files
Browse files- best.pt +3 -0
- config.json +6 -0
- requirements.txt +9 -0
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0fc4b78a2d09baa3a84fd7abbc981a963d31d3986c2cbcbdc0a7ab872c57e9a
|
| 3 |
+
size 6673154
|
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id2label": {
|
| 3 |
+
"0": "vacant",
|
| 4 |
+
"1": "occupied"
|
| 5 |
+
}
|
| 6 |
+
}
|
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.31.5
|
| 2 |
+
matplotlib==3.7.2
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
opencv_python==4.7.0.72
|
| 5 |
+
opencv_python_headless==4.8.0.74
|
| 6 |
+
opencv_python_rolling==4.6.0.20220924
|
| 7 |
+
pandas==2.0.3
|
| 8 |
+
torch==2.1.2
|
| 9 |
+
ultralytics==8.2.18
|