/YoloSamDevaTracker

A tracker pipeline based on YOLOv8, SAM, and DEVA

Primary LanguagePython

Object Tracking | YOLO + SAM + DEVA

An object tracking system using YOLO and SAM and DEVA

Demo

out2.webm

Setup

  1. Make an python env using the following command: python3 -m venv ./venv
  2. Install the dependencies using the following command: pip install -r requirements.txt

Inference

python test.py

Refs:

Thanks for this repo for DEVA https://github.com/hkchengrex/Tracking-Anything-with-DEVA