Update configs/segmentation.yaml
Browse files- configs/segmentation.yaml +2 -39
configs/segmentation.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
base_checkpoint: "./checkpoints/dune_vitbase14_448_paper.pth"
|
|
|
|
| 2 |
realm_checkpoint: "./checkpoints/REALM_final_rank32_0955116.pth"
|
| 3 |
embedding:
|
| 4 |
num_bins: 5
|
|
@@ -13,42 +14,4 @@ pretrained_head: "./checkpoints/heads/segmentation.pth"
|
|
| 13 |
head:
|
| 14 |
type: "segmentation"
|
| 15 |
in_channels: 1024
|
| 16 |
-
num_classes: 11
|
| 17 |
-
|
| 18 |
-
tiling:
|
| 19 |
-
input_height: 480
|
| 20 |
-
input_width: 640
|
| 21 |
-
tile_size: 448
|
| 22 |
-
|
| 23 |
-
data:
|
| 24 |
-
batch_size: 32
|
| 25 |
-
|
| 26 |
-
datasets_config:
|
| 27 |
-
datasets:
|
| 28 |
-
- DSEC
|
| 29 |
-
|
| 30 |
-
common:
|
| 31 |
-
events_representation: voxel_grid
|
| 32 |
-
nr_bins_per_data: 5
|
| 33 |
-
normalize_event: true
|
| 34 |
-
sequence_length: 1
|
| 35 |
-
target_size: [640, 480]
|
| 36 |
-
semseg_num_classes: 11
|
| 37 |
-
|
| 38 |
-
DSEC:
|
| 39 |
-
root: ./datasets/DSEC
|
| 40 |
-
n_ev: -1
|
| 41 |
-
ms_ev: 55
|
| 42 |
-
stride: 1
|
| 43 |
-
mask: false
|
| 44 |
-
segmentation: true
|
| 45 |
-
transforms:
|
| 46 |
-
- type: crop
|
| 47 |
-
params:
|
| 48 |
-
tl_corner: [0, 0]
|
| 49 |
-
br_corner: [640, 460]
|
| 50 |
-
|
| 51 |
-
- type: resize
|
| 52 |
-
params:
|
| 53 |
-
target_size: [480, 640]
|
| 54 |
-
keep_aspect_ratio: true
|
|
|
|
| 1 |
base_checkpoint: "./checkpoints/dune_vitbase14_448_paper.pth"
|
| 2 |
+
dune_checkpoint: "./checkpoints/dune_vitbase14_448_paper.pth"
|
| 3 |
realm_checkpoint: "./checkpoints/REALM_final_rank32_0955116.pth"
|
| 4 |
embedding:
|
| 5 |
num_bins: 5
|
|
|
|
| 14 |
head:
|
| 15 |
type: "segmentation"
|
| 16 |
in_channels: 1024
|
| 17 |
+
num_classes: 11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|