Skip to content

Commit

Permalink
add kitti download file
Browse files Browse the repository at this point in the history
  • Loading branch information
dontLoveBugs committed Mar 3, 2019
2 parents 827c673 + 3f38f22 commit 1836f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The kitti dataset contains 23488 images from 32 scenes for training and 697 imag
- Unzip the compressed files:
```bash
cd ~/kitti-raw-data
#find . -name '*.zip' -exec unzip {} \;
find . -name '*.zip' -exec unzip {} \;
```
- Run the script to generate the kitti_ground_truth
```
Expand Down

0 comments on commit 1836f82

Please sign in to comment.