Jason (Janghyup) Sohn
Jason (Janghyup) Sohn
Fixes #147 and related bugs. Issue #147 happens because when running on GPU, some tensors are moved to GPU while others are still in CPU. This becomes a problem in...
See https://forums.developer.nvidia.com/t/how-to-eliminate-gstreamer-camera-buffer/75608/6 Fixes #XX **Description** Limiting buffer size and enabling gstreamer appsink to drop old frames decreases glass-to-glass lag significantly. My Jetson Nano 4GB + Raspberry Pi V2 camera went...
Hello @reallyrehan First of all, thanks for creating this. I noticed that the files listed under a given directory are not ordered by name or date. Could you point me...
Automatically convert any numpy.str_ inputs with ```python3 input_bbox = input_bbox.astype(float) ```