File size: 724 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
32
33
train_selfsup_6cams:
    name: [Ouroboros]
    path: [/data/vidar/DDAD/ddad.json]
    split: [train]
    augmentation:
        jittering: [0.2, 0.2, 0.2, 0.05]
        resize: [384, 640]
    dataloader:
        batch_size: 1
        pin_memory: True
        num_workers: 16
    context: [-1,1]
    labels: [depth]
    cameras: [[1],[5],[6],[7],[8],[9]]
    depth_type: [lidar]
    repeat: [100]
validation_6cams:
    name: [Ouroboros]
    path: [/data/vidar/DDAD/ddad.json]
    split: [val]
    augmentation:
        resize: [384, 640]
    dataloader:
        batch_size: 1
        pin_memory: True
        num_workers: 16
    context: []
    labels: [depth]
    cameras: [[1],[5],[6],[7],[8],[9]]
    depth_type: [lidar]