Removed all the PNMs from the testbenchs

master
Emil Abbasov 7 months ago
parent 0f758a7602
commit 693e633164

@ -1 +1 @@
Subproject commit 7e7498a80af5dcd1f9217d6a389105f13050c456
Subproject commit 272fcf42b6559ccb5c5213eb78edfc0f703520ab

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

File diff suppressed because one or more lines are too long

@ -38,7 +38,7 @@ profile() {
printf "[lpd: OK]\n"
# gocr
hey -disable-compression -disable-keepalive -disable-redirects -n 256 -c 1 -cpus 1 -t 0 -o csv -m POST -D "./gocr/hyde.pnm" "http://${hostname}:10000/gocr" > /dev/null
hey -disable-compression -disable-keepalive -disable-redirects -n 256 -c 1 -cpus 1 -t 0 -o csv -m POST -D "./gocr/hyde.png" "http://${hostname}:10000/gocr" > /dev/null
printf "[gocr: OK]\n"
# cifar10

@ -1,4 +1,3 @@
*.pnm
*.png
*.csv
*.txt

@ -8,6 +8,5 @@ for var in "${VARYING[@]}"; do
for ((i=5; i<=15; i++)); do
shuf -n10 /usr/share/dict/american-english > "$var"dpi-orig/"$i"words.txt
pango-view --dpi="$var" --font=mono -qo "$var"dpi-orig/"$var"dpi_"$i"words.png "$var"dpi-orig/"$i"words.txt
pngtopnm "$var"dpi-orig/"$var"dpi_"$i"words.png > "$var"dpi/"$var"dpi_"$i"words.pnm
done
done

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

File diff suppressed because one or more lines are too long

@ -35,7 +35,7 @@ declare -A path=()
declare -Ar body=(
[cifar10]="-D ./cifar10/airplane1.bmp"
[ekf]="-D ./ekf/ekf_raw.dat"
[gocr]="-D ./gocr/hyde.pnm"
[gocr]="-D ./gocr/hyde.png"
[lpd]="-D ./lpd/Cars0.png"
[resize]="-D ./resize/shrinking_man_large.jpg"
)

Loading…
Cancel
Save