Commit 78147e49 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor

parent 0098d1ea
#!/usr/bin/sh
#convert 1562389844_064093_0.tiff -crop 160x120+0+0 -auto-level test.jpeg
# cuts off telemetry lines in the bottom (160x122 original images)
mogrify -crop 160x120+0+0 -auto-level -format jpeg -path ./lwir_jpeg lwir/*.tiff
#!/bin/sh
python3 batch_timestamp_annotate_jpegs.py visible_jpeg visible_jpeg_annotated
python3 ../batch_timestamp-annotate_jpegs.py visible_jpeg visible_jpeg_annotated
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment