From f96291d69b4fae772a5ccee75372d10fe91d5d3e Mon Sep 17 00:00:00 2001 From: reiniscimurs <33617541+reiniscimurs@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:59:54 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.