Skip to content

OmniTrax Version 0.1.0

Compare
Choose a tag to compare
@FabianPlum FabianPlum released this 06 Dec 22:00
· 313 commits to main since this release

This is the first version of this blender addon I'd actually want someone else to give a go. It's cool. Got YOLO detections, adapted a Kalman filter based tracking algorithm that robustly handles arbitrary numbers of individuals with optional filtering, and including DeepLabCut-Live based pose estimation. Oh, and lots of export and visualisation functionality too!

As A LOT of additional libraries need to be installed, it's a good idea to open the blender console under Window >> Toggle System Console to know what's going on.

All required python libraries will be automatically installed when throwing the addon into Blender. Make sure to run Blender in Administrator mode when installing the addon. Otherwise, some packages may not be installable. Refer to the README doc for further installation notes.

Happy tracking!

Full Changelog: V_0.0.2...V_0.1