CoolFace
Apppublic

VerokeAI/Object_tracking_boxmot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿš€ Object Tracking Application

A Gradio-based interface for object detection and tracking in videos using YOLOv8 and various tracking algorithms.

Features

  • โ€”Multiple YOLOv8 model options (nano, small, medium)
  • โ€”Support for multiple tracking methods (ByteTrack, BoT-SORT, OC-SORT, StrongSORT)
  • โ€”Class-specific tracking (filter by COCO class IDs)
  • โ€”Adjustable confidence threshold
  • โ€”Video output with tracking visualization
  • โ€”Environment checking for debugging

Prerequisites

  • โ€”Python 3.8 or higher
  • โ€”FFmpeg (for video processing)