Sencer Yücel
Sencer Yücel
Hey, Appreciate your work, it is amazing. I wanted to use the model that I have created with the .ckpt extension. I've found the issue #17 however you have answered...
Hey, @meenchen Like you have written in the person_detection_demo script, ``` sensor.set_framesize(sensor.LCD) # Set frame size to QVGA 160x128 ``` we made our inference on QQVGA (160x128): ``` sensor.set_framesize(sensor.QQVGA) ```...
Hello. I've faced with so many problems while trying to set the library up to my Jetson Nano with Ubuntu18.04. First, it was throwing metadata error, I've solved it with...
Video inputs were accepted, but only a single frame was shown as output in the Gradio interface. I added: 1. A flag for the input type (image/video) 2. The display...