Skip to content

Commit

Permalink
[Fix] fix 'mkdir' error in prepare_voc07_cls.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
soonera committed Mar 29, 2022
1 parent eec5f23 commit 4cfa044
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 4cfa044

Please sign in to comment.