Skip to content

Commit 9d2f2b7

Browse files
committed
config modification
1 parent b79aa53 commit 9d2f2b7

15 files changed

Lines changed: 760 additions & 14 deletions

projects/AlgEngine/configs/worldengine/e2e_vadv2_100pct.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@
331331
),
332332
]
333333
test_pipeline = [
334-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
334+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
335+
dict(type="ScaleMultiViewImage3D", scale=0.5),
335336
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
336337
dict(type="PadMultiViewImage", size_divisor=32),
337338
dict(type='LoadAnnotations3D_E2E',

projects/AlgEngine/configs/worldengine/e2e_vadv2_13pct.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@
331331
),
332332
]
333333
test_pipeline = [
334-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
334+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
335+
dict(type="ScaleMultiViewImage3D", scale=0.5),
335336
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
336337
dict(type="PadMultiViewImage", size_divisor=32),
337338

projects/AlgEngine/configs/worldengine/e2e_vadv2_25pct.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@
331331
),
332332
]
333333
test_pipeline = [
334-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
334+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
335+
dict(type="ScaleMultiViewImage3D", scale=0.5),
335336
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
336337
dict(type="PadMultiViewImage", size_divisor=32),
337338
dict(type='LoadAnnotations3D_E2E',

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@
331331
),
332332
]
333333
test_pipeline = [
334-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
334+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
335+
dict(type="ScaleMultiViewImage3D", scale=0.5),
335336
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
336337
dict(type="PadMultiViewImage", size_divisor=32),
337338
dict(type='LoadAnnotations3D_E2E',

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_ilft_rare_log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@
342342
),
343343
]
344344
test_pipeline = [
345-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
345+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
346+
dict(type="ScaleMultiViewImage3D", scale=0.5),
346347
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
347348
dict(type="PadMultiViewImage", size_divisor=32),
348349
dict(

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_rlft_common_log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@
349349
),
350350
]
351351
test_pipeline = [
352-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
352+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
353+
dict(type="ScaleMultiViewImage3D", scale=0.5),
353354
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
354355
dict(type="PadMultiViewImage", size_divisor=32),
355356
dict(

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_rlft_rare_log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@
350350
),
351351
]
352352
test_pipeline = [
353-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
353+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
354+
dict(type="ScaleMultiViewImage3D", scale=0.5),
354355
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
355356
dict(type="PadMultiViewImage", size_divisor=32),
356357
dict(

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_rlft_rare_rollout.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@
353353
),
354354
]
355355
test_pipeline = [
356-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
356+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
357+
dict(type="ScaleMultiViewImage3D", scale=0.5),
357358
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
358359
dict(type="PadMultiViewImage", size_divisor=32),
359360
dict(

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_rlft_rare_rollout_bwm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@
356356
),
357357
]
358358
test_pipeline = [
359-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
359+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
360+
dict(type="ScaleMultiViewImage3D", scale=0.5),
360361
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
361362
dict(type="PadMultiViewImage", size_divisor=32),
362363
dict(

projects/AlgEngine/configs/worldengine/e2e_vadv2_50pct_rlft_rare_syn_replay.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@
353353
),
354354
]
355355
test_pipeline = [
356-
dict(type="LoadMultiViewImageFromFilesWithDownsample", to_float32=True, img_root=img_root_test, downsample_factor=2),
356+
dict(type='LoadMultiViewImageFromFilesInCeph', to_float32=True, file_client_args=file_client_args, img_root=img_root_test),
357+
dict(type="ScaleMultiViewImage3D", scale=0.5),
357358
dict(type="NormalizeMultiviewImage", **img_norm_cfg),
358359
dict(type="PadMultiViewImage", size_divisor=32),
359360
dict(

0 commit comments

Comments
 (0)