a-PyTorch-Tutorial-to-Object-Detection
a-PyTorch-Tutorial-to-Object-Detection copied to clipboard
Not able to display the detected image after executing detect.py
What's the error you get (with traceback)?
Hello @sgrvinod , thank you so much for your SSD codes repo. I have the same problem, and it prompts that I don't have the file 'calibril.ttf'
But I fix this using font = ImageFont.load_default()
Only the font size is too small to see
Solved it by downloading the font file from here: https://www.freefontspro.com/d/14454/arial.zip then extracting it to the root directory and using this line: font = ImageFont.truetype("./arial.ttf", 20)
Now the output image is: