cj-mills / unity-bytetrack-plugin

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ByteTrack-Eigen library to perform real-time object tracking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity ByteTrack Plugin

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ByteTrack-Eigen library to perform real-time object tracking.

Setup Steps:

  1. Clone the repository.
  2. Run the download-dependencies.bat setup file.
  3. Ensure the Solution Configuration for the Visual Studio project is in Release mode.
  4. Build the solution (Ctrl+Shift+B).

Demo Projects:

About

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ByteTrack-Eigen library to perform real-time object tracking.

License:MIT License


Languages

Language:C++ 50.0%Language:Batchfile 27.1%Language:C 22.9%