Commit d3f82a64 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

Create reorganize_rod2021.sh

parent 66fa7039
# download all zip files and unzip
unzip TRAIN_RAD_H.zip
unzip TRAIN_CAM_0.zip
unzip TEST_RAD_H.zip
unzip TRAIN_RAD_H_ANNO.zip
# make folders for data and annotations
mkdir sequences
mkdir annotations
# rename unzipped folders
mv TRAIN_RAD_H sequences/train
mv TRAIN_CAM_0 train
mv TEST_RAD_H sequences/test
mv TRAIN_RAD_H_ANNO annotations/train
# merge folders and remove redundant
rsync -av train sequences/train
rm -r train
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