Skip to content

Commit

Permalink
configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkqbajng committed May 27, 2024
1 parent 084178e commit dceec35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/kitti360_CGFormer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data_root = '/home/yz/dataset/SSCBenchKITTI360'
ann_file = '/home/yz/dataset/SSCBenchKITTI360/labels'
stereo_depth_root = '/home/yz/dataset/SSCBenchKITTI360/depth'
data_root = './dataset/SSCBenchKITTI360'
ann_file = './dataset/SSCBenchKITTI360/labels'
stereo_depth_root = './dataset/SSCBenchKITTI360/depth'
camera_used = ['left']

dataset_type = 'KITTI360Dataset'
Expand Down
6 changes: 3 additions & 3 deletions configs/semantickitti_CGFormer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data_root = '/home/yz/dataset/semantickitti'
ann_file = '/home/yz/dataset/semantickitti/labels'
stereo_depth_root = '/home/yz/dataset/semantickitti/depth'
data_root = './dataset/semantickitti'
ann_file = './dataset/semantickitti/labels'
stereo_depth_root = './dataset/semantickitti/depth'
camera_used = ['left']
# camera_used = ['left']

Expand Down

0 comments on commit dceec35

Please sign in to comment.