diff --git a/README.md b/README.md index cb50422..63cc89b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ Then, $ cd ~/workspace/dataset $ mkdir kitti_dataset && cd kitti_dataset $ mv ~/Downloads/data_depth_annotated.zip . -$ unzip data_depth_annotated.zip +$ unzip data_depth_annotated.zip -d data_depth_annotated +$ cd data_depth_annotated +$ mv train/* . && mv val/* . ``` Follow instructions from one of the below implementations with your choice.