Skip to content

Commit

Permalink
[Fix] fix 'mkdir' error in prepare_voc07_cls.sh (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
soonera authored Mar 30, 2022
1 parent 89846bd commit 214af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data_converters/prepare_voc07_cls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ mkdir $VOC/Lists

awk 'NF{print $0 ".jpg"}' $VOC/ImageSets/Main/trainval.txt $VOC/ImageSets/Main/test.txt > $VOC/Lists/trainvaltest.txt

mkdir data/
mkdir -p data/
ln -s $DATA/VOCdevkit data/

0 comments on commit 214af96

Please sign in to comment.