-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.ini
31 lines (25 loc) · 888 Bytes
/
setup.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[DataSet_cfg]
dataset = D:/Codes/Python/datasets/waterdataset
image = D:/Codes/Python/datasets/waterdataset/images
label = D:/Codes/Python/datasets/waterdataset/labels
train_percent = 0.8
[Train_cfg]
train_weight = D:/Codes/Python/auxlabel_tool/ultralytics/weights/yolov8n.pt
dataset_cfg = D:/Codes/Python/auxlabel_tool/dataset/dataset.yaml
train_epochs = 1
train_batch = 4
train_device = 0
[Predict_cfg]
image_source = D:/Codes/Python/auxlabel_tool/dataset/images
predict_weight = D:/Codes/Python/auxlabel_tool/weights/test.pt
[Copy_cfg]
copy_from = ./runs/predict/exp/labels
copy_to = ./dataset/labels
[labelImg_cfg]
image_dir = D:/Codes/Python/auxlabel_tool/dataset/images
class_file = D:/Codes/Python/auxlabel_tool/dataset/labels/classes.txt
save_dir = D:/Codes/Python/auxlabel_tool/dataset/labels
[window_cfg]
window_width = 1024
window_height = 768
maxium_console_line = 1000