[21363a]: / lvl3 / genYOLO.sh

Download this file

7 lines (6 with data), 124 Bytes

1
2
3
4
5
6
#!/usr/bin/env sh
for filename in models/*.yml; do
echo "$filename"
python genFinal.py $filename
done
python genYOLO.py