|
|
|
|
|
by NikolaeVarius
2073 days ago
|
|
I've been trying to coax better performance out of a Jetson nano camera, currently using Python's Open CV lib, with some threading, and can only manage at best about 29fps. I would love an alternative that is reasonably simple to implement. I dislike having to handle raw bits. |
|
Alternatively, there are some quite fast OSS libraries for object detection. Nvidia's retinanet will export to a TensorRT engine which can be used with DeepStream.