Skip to content

v2.4

Latest
Compare
Choose a tag to compare
@georgeslabreche georgeslabreche released this 13 Feb 03:42
· 10 commits to main since this release
253bc7f
  • End-to-end functionality testing is now possible on a local development environment thanks to mocking (e.g. mocking the on-board camera hardware with test images).
  • Removed Netpbm dependency for image resizing and consolidated that operation into a single executable binary.
  • Image classification pipeline can now include custom implemented executable programs instead of just TensorFlow Lite model inferences.
  • Included and executable binary for k-means image segmentation (feature extraction) as an optional classification node for the SmartCam's image classification pipeline.
  • Created an IPK creation script.