Skip to content

OmniTrax Version 0.2.0

Compare
Choose a tag to compare
@FabianPlum FabianPlum released this 09 Nov 00:02
· 212 commits to main since this release

Lots of small DeepLabCut-Live improvements, including running inference on full-frames, thus no longer requiring prior tracking. Optionally, for multi-animal tracking bounding boxes can be defined either automatically through yolo-based buffer-and-recover- , blender internal- or manual tracking. Additionally, this latest version includes various bug-fixes as well as unit-tests to improve mainability.

GPU inference compatibility with the latest release of Blender LTS 3.3!

OmniTrax is built for Windows 10 / 11.

Simply install the omni_trax.zip file from within Blender in the Addon tab. No need to unpack the file, but make sure to run Blender in Administrator mode for the installation of this addon as additional python packages will be installed automatically.

Notes on GPU version [recommended]

Install the correct CUDA & cudNN versions (11.2 and 8.1 respectively) mentioned in the readme for GPU support. The DLLs have been built specifically to run on machines with dedicated NVIDIA GPUs with compute capability of 6.1 or higher.

Notes on CPU-only version

If you wish to run inference on CPU-only systems, you must use Blender version 2.9.2 instead to match dependencies!