mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
d2f8c085c0
* add new images
* update boxes
* copy updates and fix checkmark spacing
* update wide images and boxes
* tune path and smaller triangle
* tune bounding boxes
* clean up
* same triangle as c3
* revert panda
* optimize images
* Revert "revert panda"
This reverts commit f66aac85a01135d68d0c51ad4c383b7cd23ef86f.
* add comment
* add new step18
* final fixes
* pixel perfect
old-commit-hash: 405ecbced3
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "compressing training guide images"
|
|
optipng -o7 -strip all training/* training_wide/*
|
|
|
|
# This can sometimes provide smaller images
|
|
# mogrify -quality 100 -format jpg training_wide/* training/*
|