Created
March 5, 2017 22:12
-
-
Save peiyunh/ffc37e5302991d7b65d92dfb35336f23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
types="easy medium hard" | |
for t in $types; do | |
pngs=`ls val/*/*_${t}.png | sort -k2 -th -n` | |
montage -tile 10x5 -mode Concatenate $pngs prec_rec_${t}_summary.png | |
echo "export summary of $t done" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment