Skip to content

Commit effb65a

Browse files
authored
Create check_NOT_JPEG_IMG.sh
1 parent 3f9490c commit effb65a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

inception/check_NOT_JPEG_IMG.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
DIR="/home/chenxp/data/mscoco/val2014/*.jpg"
3+
4+
for img in $DIR
5+
do
6+
file $img >> imageInfo.txt
7+
done

0 commit comments

Comments
 (0)