Added model weights, updated app.py
Browse files- .gitattributes +1 -0
- app.py +1 -1
- fathomnet23-comp-baseline.pt +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ images/jelly_3.png filter=lfs diff=lfs merge=lfs -text
|
|
57 |
images/jelly.png filter=lfs diff=lfs merge=lfs -text
|
58 |
images/puff.png filter=lfs diff=lfs merge=lfs -text
|
59 |
yolov8m.pt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
images/jelly.png filter=lfs diff=lfs merge=lfs -text
|
58 |
images/puff.png filter=lfs diff=lfs merge=lfs -text
|
59 |
yolov8m.pt filter=lfs diff=lfs merge=lfs -text
|
60 |
+
fathomnet23-comp-baseline.pt filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -2,7 +2,7 @@ import glob
|
|
2 |
import gradio as gr
|
3 |
from ultralytics import YOLO
|
4 |
|
5 |
-
model_path = "
|
6 |
model = YOLO(model_path)
|
7 |
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
from ultralytics import YOLO
|
4 |
|
5 |
+
model_path = "fathomnet23-comp-baseline.pt"
|
6 |
model = YOLO(model_path)
|
7 |
|
8 |
|
fathomnet23-comp-baseline.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bba2ae29940919b89fa648a25d81bd6e06c39cd1da39c9334d3e0d3e0035d9b
|
3 |
+
size 57095254
|