File size: 626 Bytes
fc16538
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
default_train:
    name: [Generic]
    path: [data/generic]
    split: ['']
    context: [-1,1]
    cameras: [[0]]
    labels: []
    extension: [jpg]
    repeat: [100]
    augmentation:
        jittering: [0.2, 0.2, 0.2, 0.05]
        resize: [384, 640]
    dataloader:
        batch_size: 1
        pin_memory: True
        num_workers: 16
default_validation:
    name: [Generic]
    path: [data/generic]
    split: ['']
    context: []
    cameras: [[0]]
    labels: []
    extension: [jpg]
    augmentation:
        resize: [384, 640]
    dataloader:
        batch_size: 1
        pin_memory: True
        num_workers: 16