Commit 86a1aa67 authored by zhangwenwei's avatar zhangwenwei
Browse files

Merge branch 'fix_process_data' into 'master'

fix process_data

See merge request open-mmlab/mmdet.3d!73
parents 7d8f56d8 0b72e84b
...@@ -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