-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdataset_config.json
36 lines (36 loc) · 1.13 KB
/
dataset_config.json
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
31
32
33
34
35
36
{
"dataset_module": "LeafDataset",
"dataset_class": "LeafDataset",
"config": {
"train":{
"folder_objects": "../datasets/examples/banana/train_leaves",
"folder_bgs": "../datasets/examples/banana/train_backgrounds",
"min_leaf": 4,
"max_leaf": 10,
"min_plants": 1,
"max_plants": 1,
"leaf_angle_offset": 70,
"leaf_position_offset": 64,
"min_scale": 0.5,
"max_scale": 1.5,
"image_size": 512,
"number_of_images": 200,
"centered_leaves": true
},
"valid":{
"folder_objects": "../datasets/examples/banana/train_leaves",
"folder_bgs": "../datasets/examples/banana/train_backgrounds",
"min_leaf": 4,
"max_leaf": 10,
"min_plants": 1,
"max_plants": 1,
"leaf_angle_offset": 70,
"leaf_position_offset": 64,
"min_scale": 0.5,
"max_scale": 1.5,
"image_size": 512,
"number_of_images": 200,
"centered_leaves": true
}
}
}