Spaces:
Sleeping
Sleeping
Commit
·
e28f634
1
Parent(s):
7e49696
frat: add yolov8 detection code
Browse files- app.py +1 -1
- models/yolov8-best.pt +3 -0
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from ultralytics import YOLO
|
3 |
|
4 |
-
model = YOLO("models/best.pt")
|
5 |
classNames = ["license-plate", "vehicle"]
|
6 |
|
7 |
st.title("Number Plate and Vehicle Detection using YOLOv8")
|
|
|
1 |
import streamlit as st
|
2 |
from ultralytics import YOLO
|
3 |
|
4 |
+
model = YOLO("./models/yolov8-best.pt")
|
5 |
classNames = ["license-plate", "vehicle"]
|
6 |
|
7 |
st.title("Number Plate and Vehicle Detection using YOLOv8")
|
models/yolov8-best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:560846c322bce399d04016616708e846a52e70d44ef5b4fc310e4c586d39d8c5
|
3 |
+
size 22523225
|