Skip to content

v1.1.9

Latest
Compare
Choose a tag to compare
@mooch443 mooch443 released this 04 Aug 00:07
· 13 commits to main since this release
4ce4be1

Every operating system now has the same installation command again!

# for Windows, Linux and macOS
conda create -n track -c trexing trex
  • removed conda-forge dependency for linux (finally), which makes installation easier
  • add visual_identification_version to allow switching to previous network architectures (loading old weights)
  • add support for physical tags (square rectangles attached to individuals) both for segmentation as well as recognition (see tags_enable in the docs)
  • various GUI and user-experience updates
  • increased processing speed for some platforms in TGrabs by up to 25%
  • .settings.backup now goes into a different folder
  • fixed some export bugs
  • add blob_split_algorithm, which switches between thresholding and a… by @mooch443 in #161
  • update conda-forge removed by @mooch443 in #173