Commit 0b72e84b authored by liyinhao's avatar liyinhao
Browse files

fix cd problem

parent 7d8f56d8
...@@ -20,7 +20,7 @@ matlab -nosplash -nodesktop -r 'extract_rgbd_data_v2;quit;' ...@@ -20,7 +20,7 @@ matlab -nosplash -nodesktop -r 'extract_rgbd_data_v2;quit;'
matlab -nosplash -nodesktop -r 'extract_rgbd_data_v1;quit;' matlab -nosplash -nodesktop -r 'extract_rgbd_data_v1;quit;'
cd .. cd ..
python sunrgbd_data.py --gen_v1_data python sunrgbd_data.py --gen_v1_data
cd .. cd ../..
python tools/create_data.py sunrgbd --root-path ./data/sunrgbd --out-dir ./data/sunrgbd --extra-tag sunrgbd python tools/create_data.py sunrgbd --root-path ./data/sunrgbd --out-dir ./data/sunrgbd --extra-tag sunrgbd
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment