diff --git a/PlanktonDetector/DetectionApp/views.py b/PlanktonDetector/DetectionApp/views.py index b92e99e..8ed1608 100644 --- a/PlanktonDetector/DetectionApp/views.py +++ b/PlanktonDetector/DetectionApp/views.py @@ -6,7 +6,7 @@ from django.conf import settings from ultralytics import YOLO # Create your views here. -MODEL = YOLO("yolov8n.pt") +MODEL = YOLO("best.pt") def view(request): diff --git a/PlanktonDetector/best.pt b/PlanktonDetector/best.pt new file mode 100644 index 0000000..b733035 --- /dev/null +++ b/PlanktonDetector/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0269e74342da772d0493899b682c875b6b172ea26a69275b37eb407d1c24fd6d +size 136787902 diff --git a/PlanktonDetector/db.sqlite3 b/PlanktonDetector/db.sqlite3 index ffceb28..8663940 100644 Binary files a/PlanktonDetector/db.sqlite3 and b/PlanktonDetector/db.sqlite3 differ