FastTrack

FastTrack is a cross-platform application designed to track multiple objects in video recording.

GPL-3.0 License

Stars
93
Committers
4

Bot releases are hidden (Show)

FastTrack - Stable release v5.3.3

Published by bgallois about 3 years ago

FastTrack version 5.3.3 comes with several improvements:

  • Fix video sequence opening
  • Fix documentation tab
  • Add FastTrack light version
FastTrack - Stable release v5.3.0

Published by bgallois over 3 years ago

FastTrack version 5.3.0 comes with several improvements:

  • Improved UI with a display that can now handle 4K h265 movies at ~10 fps, 1080p h264 at ~40 fps, and 720p h264 at ~60 fps (Intel Core i5-7200U @ 2.50GHz).
  • New default theme improving user experience.
  • API refactoring.
  • Small errors fixing.
FastTrack - Stable release v5.2.3

Published by bgallois almost 4 years ago

Fixed

  • Menu bar disappearance after tracking on macOS.
  • cfg loading in interactive mode.
  • Timeline not working in interactive replay mode.

Added

  • Error log and comprehensive error messages.
FastTrack - Stable release v5.2.1

Published by bgallois almost 4 years ago

FastTrack - Stable release v5.2.0

Published by bgallois almost 4 years ago

  • Added automatic parameters levelling.
  • Fixed error when one or more frame can not be decoded in a video file.
  • Moving server URL to HTTPS, the binary version as shipped with OpenSSL. Development system need a recent version of OpenSSL.
FastTrack - Stable release v5.1.7

Published by bgallois almost 4 years ago

  • Fixed crash when computing the background and moving the timeline cursor.
  • Fixed crash when moving the timeline cursor to the last frames in the Interactive panel.
FastTrack - Stable release v5.1.6

Published by bgallois about 4 years ago

  • Fixed minor ui bugs.
  • Added autoplay in the Interactive panel.
  • Added cli parameter --version.
FastTrack - Stable release v5.1.5

Published by bgallois about 4 years ago

  • Fixed minor ui bugs.
  • Added keyboard shortcuts to move across the movie.
  • Optimized image display in the Interactive panel.
FastTrack - Stable version 5.1.4

Published by bgallois about 4 years ago

  • Improve video format compatibility for Windows.
FastTrack - Stable version 5.1.3

Published by bgallois about 4 years ago

  • Tracking performance improved.
  • Fixed minor ui bugs.
  • Fixed codecs availability on Linux.
FastTrack - Stable version 5.0.0

Published by bgallois over 4 years ago

Important note

FastTrack v5.x.y is not fully retro compatible with FastTrack v4.x.y. Old analysis can be opened and reviewed but if re-tracked, the parameters have to be adjusted!

The cost function can now be fine-tuned more accurately due to the correction of a conversion error between the user interface and the backend leading to better tracking accuracy in some cases.

Equivalence between old and new parameters can de derivated as:

  • new_normDist = old_nomDist/weight
  • new_normAngle = old_normAngle/((1-weight)*60)

New tuning of these two parameters is highly recommended:

  • Set the normalization distance as the typical displacement of an object in pixels.
  • Set the normalization angle as the typical reorientation of an object in degrees.
  • Increase the normalization distance or decrease the normalization angle to be more sensitive to the reorientation. Decrease the normalization distance or increase the normalization angle to be more sensitive to the displacement.

Major changes

  • Fixed error in the normalization angle parameter
  • Removed deprecated weight tracking parameter.
FastTrack - Stable version 4.9.2

Published by bgallois over 4 years ago

  • Minor bug fixes.
  • Added help menu.
  • Added theme selector.
  • Update Qt version.
  • Update to MSVC 14.26.

c980169433876e7a20413a32d9fa9696c19f2d1a FastTrack.AppImage
8a6ec302bc92e0da8cf5facdde6308eb6339aaab FastTrackInstaller.exe
8a6ec302bc92e0da8cf5facdde6308eb6339aaab FastTrackInstaller.exe

FastTrack - Stable version 4.9.1

Published by bgallois over 4 years ago

FastTrack stable release version 4.9.1.

Changed

  • Changed ui design in the Interactive panel.
  • Performance optimization
  • Added fasttrack-cli (not included in fasttrack-gui release)

Added

  • Added online message display at start-up if necessary

Fixed

  • Ui error that crashes the program when opening new tracking analysis in the Replay panel.