v0.1.0
Introduced features:
- Video inference base class
- Support for the following architectures:
- GoogLeNet (Inception v4)
- Tiny Yolo v2
- Support for the following backends:
- NCSDK
- TensorFlow
- Support for the following platforms:
- Intel Movidius Neural Compute Stick (version 1)
- NVIDIA Jetson AGX Xavier
- x86 systems
- Set backend from GStreamer
- Set backend properties from GStreamer
- Set model location from GStreamer
- Support play-stop-play transitions on GstInference elements
Known issues:
- NCSDK does not support multiple calls to the inference engine from the same thread. This causes transitions when using the NCSDK backend to fail after the second play.
- Changing the backend on a stoped pipeline will fail with segmentation fault.
- When using the tensorflow backend compiled with GPU support, the pipeline will sometimes fail to start.
- The plugins throw segmentation fault when using nvarguscamerasrc as input on Xavier.