Upload folder using huggingface_hub
Browse files- README.md +3 -0
- data.yaml +13 -0
- yolov12-shoplifiting.pt +3 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# YOLOv12 Shoplifitin Detector
|
2 |
+
|
3 |
+
A YOLOv12 model trained to classify Normal vs Shoplifiting.
|
data.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
train: ../train/images
|
2 |
+
val: ../valid/images
|
3 |
+
test: ../test/images
|
4 |
+
|
5 |
+
nc: 2
|
6 |
+
names: ['Shoplifting', 'normal']
|
7 |
+
|
8 |
+
roboflow:
|
9 |
+
workspace: stevens-institute-of-technology-xjltl
|
10 |
+
project: shoplifting-detection-oxvwp
|
11 |
+
version: 2
|
12 |
+
license: CC BY 4.0
|
13 |
+
url: https://universe.roboflow.com/stevens-institute-of-technology-xjltl/shoplifting-detection-oxvwp/dataset/2
|
yolov12-shoplifiting.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee7fa3660cbda45825d80bf4f0357add65a302215ae797d582cc9ea3066e38c3
|
3 |
+
size 5512531
|