Skip to content

v0.5.0

Compare
Choose a tag to compare
@GFallasRR GFallasRR released this 05 Jun 19:25
· 538 commits to master since this release

Introduced features:

  • Support for the following architectures:

    • ResNet50V1
    • Tiny Yolo V3
    • FaceNetV1
    • MobileNetV2
  • 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
    • NVIDIA TX2
    • i.MX8

Known issues:

  • NCSDK does not support multiple calls to the inference engine from the same thread. This causes the NCSDK backend to fail after the second start.