Skip to content

v3.2.0

Compare
Choose a tag to compare
@smistad smistad released this 14 Jan 12:26
· 1082 commits to master since this release

Changelog

  • Working python bindings and wheel creation using SWIG. Use py_limited_api abi3 for python bindings which enables one single binary wheel to be used on different python 3 versions.
  • Added several python examples.
  • Updated TensorFlow to version 2.4.0, removed need for separate CUDA/CPU versions, and added support for loading models in SavedModel format. Note: TensorFlow engine is now built with CUDA 11.0 and cuDNN 8.
  • Updated TensorRT to version 7.2 and added support for ONNX models. Note: TensorRT engine is now built with CUDA 11.0 and cuDNN 8.
  • Updated OpenVINO to version 2021.1 and added support for ONNX models.
  • Updated Clarius cast to version 7.3.0
  • Updated RealSense to version 2.40
  • Updated eigen library to work with latest MSVC
  • Updated JKQTPlotter library to work with latest MSVC
  • Fixed issue with Intel OpenCL not working with FAST on Linux
  • Added FlowNetwork
  • Created an UFF viewer executable
  • Updated windows installer to add start menu items
  • Added the PythonProcessObject
  • Updated the neural network models in the test data. You should redownload the test data as the old models might not work.
  • Extended ImagePyramid to be able to create custom ImagePyramids
  • Added SegmentationPyramidRenderer to render super high resolution segmentations stored as a pyramid.
  • Added zip library and Qt Network to enable download of test data from software. Added executable downloadTestData which can be used to download test data. All test data is now put in C:/ProgramData/FAST/data/ and /home//FAST/data.
  • Bux fixes etc ++

Release binaries and installers can be downloaded below, by pressing "assets". Please make sure you have the required dependencies installed on your system before using the release.