Change YOLO model to one trained for plankton detection
This commit is contained in:
parent
e45210cfd9
commit
b12baaf09b
@ -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
BIN
PlanktonDetector/best.pt
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user