hi
Browse files- .DS_Store +0 -0
- .gitignore +2 -0
- app.py +1 -1
- best0709.pt +3 -0
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
latest_stream.png
|
2 |
+
saved_bears/
|
app.py
CHANGED
@@ -11,7 +11,7 @@ import pandas as pd
|
|
11 |
import tempfile
|
12 |
|
13 |
# === 模型與設定 ===
|
14 |
-
model = YOLO("
|
15 |
TARGET_CLASS_NAME = "kumay"
|
16 |
save_dir = "saved_bears"
|
17 |
log_path = os.path.join(save_dir, "detection_log.csv")
|
|
|
11 |
import tempfile
|
12 |
|
13 |
# === 模型與設定 ===
|
14 |
+
model = YOLO("best0709.pt")
|
15 |
TARGET_CLASS_NAME = "kumay"
|
16 |
save_dir = "saved_bears"
|
17 |
log_path = os.path.join(save_dir, "detection_log.csv")
|
best0709.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fb10d8bcd3c4556db7ccd050d39fceaea9fd8f56ec988ca2471bd27354633aa
|
3 |
+
size 22525539
|