Skip to content

Commit ed94fae

Browse files
committed
change default test stride
1 parent 641aa88 commit ed94fae

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

configs/datasets/argoverse/1cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
downscale_when_loading: [2] # the size of the images to load
2323
downscale: 1 # downscale factor wrt to the downscale_when_loading
2424
undistort: False # whether to undistort the images
25-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
25+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2626
load_sky_mask: True # whether to load sky mask
2727
load_dynamic_mask: True # whether to load dynamic mask
2828
load_objects: True # whether to load object bounding boxes

configs/datasets/argoverse/3cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
downscale_when_loading: [2, 2, 2] # the size of the images to load
2323
downscale: 1 # downscale factor wrt to the downscale_when_loading
2424
undistort: False # whether to undistort the images
25-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
25+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2626
load_sky_mask: True # whether to load sky mask
2727
load_dynamic_mask: True # whether to load dynamic mask
2828
load_objects: True # whether to load object bounding boxes

configs/datasets/argoverse/5cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
downscale_when_loading: [3, 3, 3, 3, 3] # the size of the images to load
2323
downscale: 1 # downscale factor wrt to the downscale_when_loading
2424
undistort: False # whether to undistort the images
25-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
25+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2626
load_sky_mask: True # whether to load sky mask
2727
load_dynamic_mask: True # whether to load dynamic mask
2828
load_objects: True # whether to load object bounding boxes

configs/datasets/argoverse/7cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
downscale_when_loading: [3, 3, 3, 3, 3, 3, 3] # the size of the images to load
2323
downscale: 1 # downscale factor wrt to the downscale_when_loading
2424
undistort: False # whether to undistort the images
25-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
25+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2626
load_sky_mask: True # whether to load sky mask
2727
load_dynamic_mask: True # whether to load dynamic mask
2828
load_objects: True # whether to load object bounding boxes

configs/datasets/kitti/1cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
downscale_when_loading: [1] # the size of the images to load
1818
downscale: 1 # downscale factor wrt to the downscale_when_loading
1919
undistort: False # whether to undistort the images
20-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
20+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2121
load_sky_mask: True # whether to load sky mask
2222
load_dynamic_mask: True # whether to load dynamic mask
2323
load_objects: True # whether to load object bounding boxes

configs/datasets/kitti/2cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
downscale_when_loading: [2, 2] # the size of the images to load
1818
downscale: 1 # downscale factor wrt to the downscale_when_loading
1919
undistort: False # whether to undistort the images
20-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
20+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2121
load_sky_mask: True # whether to load sky mask
2222
load_dynamic_mask: True # whether to load dynamic mask
2323
load_objects: True # whether to load object bounding boxes

configs/datasets/nuplan/1cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
downscale_when_loading: [2] # the size of the images to load
2424
downscale: 1 # downscale factor wrt to the downscale_when_loading
2525
undistort: False # whether to undistort the images
26-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
26+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2727
load_sky_mask: True # whether to load sky mask
2828
load_dynamic_mask: True # whether to load dynamic mask
2929
load_objects: True # whether to load object bounding boxes

configs/datasets/nuplan/3cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
downscale_when_loading: [2, 2, 2] # the size of the images to load
2424
downscale: 1 # downscale factor wrt to the downscale_when_loading
2525
undistort: False # whether to undistort the images
26-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
26+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2727
load_sky_mask: True # whether to load sky mask
2828
load_dynamic_mask: True # whether to load dynamic mask
2929
load_objects: True # whether to load object bounding boxes

configs/datasets/nuplan/5cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
downscale_when_loading: [3, 3, 3, 3, 3] # the size of the images to load
2424
downscale: 1 # downscale factor wrt to the downscale_when_loading
2525
undistort: False # whether to undistort the images
26-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
26+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2727
load_sky_mask: True # whether to load sky mask
2828
load_dynamic_mask: True # whether to load dynamic mask
2929
load_objects: True # whether to load object bounding boxes

configs/datasets/nuplan/8cams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
downscale_when_loading: [3, 3, 3, 3, 3, 3, 3, 3] # the size of the images to load
2424
downscale: 1 # downscale factor wrt to the downscale_when_loading
2525
undistort: False # whether to undistort the images
26-
test_image_stride: 0 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
26+
test_image_stride: 2 # use every Nth timestep for the test set. if 0, use all images for training and none for testing
2727
load_sky_mask: True # whether to load sky mask
2828
load_dynamic_mask: True # whether to load dynamic mask
2929
load_objects: True # whether to load object bounding boxes

0 commit comments

Comments
 (0)