rossGardiner
rossGardiner
Is there any information on the representative dataset file format. In this repo, an example is under data/dataset/val2017.txt. Why are bounding boxes included? I thought only images required to quantize...
Hi, I'm writing an application which saves h264 and rgb streams when motion is detected. My strategy to get around slow RPi IO is to implement two buffers and switch...
Hello, My application requires an encoded h264 stream and a raw RGB/RGBA stream for further processing. Currently this is implemented by starting two streams from different split ports. This solution...