Datasets:
Commit
·
7595bea
1
Parent(s):
7341a15
config
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ configs:
|
|
9 |
- config_name: default
|
10 |
data_files:
|
11 |
- split: train
|
12 |
-
path:
|
13 |
- split: test
|
14 |
-
path:
|
15 |
- split: validation
|
16 |
-
path:
|
17 |
tags:
|
18 |
- finance
|
19 |
---
|
|
|
9 |
- config_name: default
|
10 |
data_files:
|
11 |
- split: train
|
12 |
+
path: metadata.jsonl
|
13 |
- split: test
|
14 |
+
path: metadata.jsonl
|
15 |
- split: validation
|
16 |
+
path: metadata.jsonl
|
17 |
tags:
|
18 |
- finance
|
19 |
---
|
desc.md
CHANGED
@@ -10,7 +10,7 @@ Classes:
|
|
10 |
Band (in back face)
|
11 |
|
12 |
Training command running from the root of the project:
|
13 |
-
yolo train model=./models/yolov8n.pt data=./datasets/creditCardV0.3/
|
14 |
|
15 |
Command to export as tflite bellow. For some reason the exception [ModuleNotFoundError: No module named 'tensorflow_lite_support'] is raised but the tflite files are created:
|
16 |
yolo export model=./datasets/creditCardV0.3/weights/best.pt format=tflite
|
|
|
10 |
Band (in back face)
|
11 |
|
12 |
Training command running from the root of the project:
|
13 |
+
yolo train model=./models/yolov8n.pt data=./datasets/creditCardV0.3/yolo8Config.yaml epochs=300 imgsz=800
|
14 |
|
15 |
Command to export as tflite bellow. For some reason the exception [ModuleNotFoundError: No module named 'tensorflow_lite_support'] is raised but the tflite files are created:
|
16 |
yolo export model=./datasets/creditCardV0.3/weights/best.pt format=tflite
|
images/test/metadata.jsonl → test.jsonl
RENAMED
File without changes
|
images/train/metadata.jsonl → train.jsonl
RENAMED
File without changes
|
images/val/metadata.jsonl → val.jsonl
RENAMED
File without changes
|
creditCard.yaml → yolo8Config.yaml
RENAMED
File without changes
|