aunghlaiingtun
commited on
Commit
·
d2386e8
1
Parent(s):
cea1013
unzippy
Browse files
best_int8_openvino_model/best_int8_openvino_model/best.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:667c192bfb8a38ad7a5fafe62868185de02720203ac793ec36a5cd2d4201c9dc
|
3 |
+
size 26059692
|
best_int8_openvino_model/best_int8_openvino_model/best.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
best_int8_openvino_model/best_int8_openvino_model/metadata.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
description: Ultralytics best model trained on datasets/data.yaml
|
2 |
+
author: Ultralytics
|
3 |
+
date: '2024-12-24T19:25:07.780379'
|
4 |
+
version: 8.3.54
|
5 |
+
license: AGPL-3.0 License (https://ultralytics.com/license)
|
6 |
+
docs: https://docs.ultralytics.com
|
7 |
+
stride: 32
|
8 |
+
task: detect
|
9 |
+
batch: 1
|
10 |
+
imgsz:
|
11 |
+
- 640
|
12 |
+
- 640
|
13 |
+
names:
|
14 |
+
0: mask
|
15 |
+
1: shark
|
twobjectdetect.app
CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import snapshot_download
|
|
5 |
import os
|
6 |
|
7 |
#model_path = "/Users/markk/Downloads/best_int8_openvino_model"
|
8 |
-
model_path = "C:\Users\aungh\Git folder\6319250G\best_int8_openvino_model
|
9 |
def load_model(repo_id):
|
10 |
download_dir = snapshot_download(repo_id)
|
11 |
print(download_dir)
|
|
|
5 |
import os
|
6 |
|
7 |
#model_path = "/Users/markk/Downloads/best_int8_openvino_model"
|
8 |
+
model_path = "C:\Users\aungh\Git folder\6319250G\best_int8_openvino_model"
|
9 |
def load_model(repo_id):
|
10 |
download_dir = snapshot_download(repo_id)
|
11 |
print(download_dir)
|