Change YOLO model to one trained for plankton detection

This commit is contained in:
Piotr Szkudlarek 2023-12-03 23:06:36 +01:00
parent e45210cfd9
commit b12baaf09b
3 changed files with 4 additions and 1 deletions

View File

@ -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):

BIN
PlanktonDetector/best.pt (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.