Skip to content

Releases: FabianPlum/OmniTrax

OmniTrax Version 0.1.0

06 Dec 22:00
Compare
Choose a tag to compare

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

OmniTrax Version 0.0.2

29 Nov 17:57
Compare
Choose a tag to compare
Pre-release

Finally, a first usable version with quite a few little updates, including DeepLabCut-Live based pose estimation.

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.1...V_0.1.0

OmniTrax Version 0.0.1

20 Nov 16:25
Compare
Choose a tag to compare
Pre-release

Supports YOLOv4 based detection and multiple-object tracking.

Comes with pre-compiled DLLs for x64 Windows 10

This version has only been tested in Blender 2.9.2 and mostly exists for debugging purposes across different systems.