0709
Browse files- app.py +1 -1
- best0628.pt → best0709.pt +2 -2
app.py
CHANGED
@@ -2,7 +2,7 @@ import torch
|
|
2 |
from ultralytics import YOLO
|
3 |
import gradio as gr
|
4 |
|
5 |
-
model = YOLO("
|
6 |
|
7 |
def detect(image):
|
8 |
results = model(image)
|
|
|
2 |
from ultralytics import YOLO
|
3 |
import gradio as gr
|
4 |
|
5 |
+
model = YOLO("best0709.pt") # 或者是從 hf_hub_download 取得
|
6 |
|
7 |
def detect(image):
|
8 |
results = model(image)
|
best0628.pt → best0709.pt
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fb10d8bcd3c4556db7ccd050d39fceaea9fd8f56ec988ca2471bd27354633aa
|
3 |
+
size 22525539
|