Skip to content

Commit

Permalink
Merge pull request #56 from XiandaGuo/dev
Browse files Browse the repository at this point in the history
Update STTR_SceneFlow.yaml
  • Loading branch information
XiandaGuo authored Dec 20, 2023
2 parents 080dca7 + a4185ed commit c596aea
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions configs/sttr/STTR_SceneFlow.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
data_cfg:
# name: FlyingThings3DSubset
# root: data/SceneFlow/FlyingThings3D_subset
# train_list: datasets/SceneFlow/FlyingThings3D_subset_train.txt
# val_list: datasets/SceneFlow/FlyingThings3D_subset_val.txt
# test_list: datasets/SceneFlow/FlyingThings3D_subset_val.txt
# train_list: datasets/SceneFlow/sceneflow_finalpass_train.txt
# val_list: datasets/SceneFlow/sceneflow_finalpass_test.txt
# test_list: datasets/SceneFlow/sceneflow_finalpass_test.txt
name: SceneFlow
root: data/SceneFlow
# train_list: datasets/SceneFlow/debug_train.txt
# val_list: datasets/SceneFlow/debug_val.txt
# test_list: datasets/SceneFlow/debug_val.txt
train_list: datasets/SceneFlow/sceneflow_finalpass_train.txt
val_list: datasets/SceneFlow/sceneflow_finalpass_test.txt
test_list: datasets/SceneFlow/sceneflow_finalpass_test.txt
Expand All @@ -33,8 +22,6 @@ data_cfg:
train:
- type: RandomCrop
size: [ 256, 512 ]
#- type: RandomHorizontalFlip
# prob: 0.5
- type: GetValidDisp
max_disp: 192
- type: TransposeImage
Expand Down

0 comments on commit c596aea

Please sign in to comment.