edit_video_stitching_tuning.py has a dependency on "FreeSans" font being installed
sam598 opened this issue · 3 comments
sam598 commented
Changing line
font = ImageFont.truetype("truetype/freefont/FreeSans.ttf", font_size)
to
font = ImageFont.load_default()
is a quick fix.
johndpope commented
rotemtzaban commented
Thanks for raising that problem(and also proposing a solution).
I'll update the code to use the default font as backup.
rotemtzaban commented
@sam598
I added the default font as fallback, please update if there are any more issues with that