Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 897 Bytes

File metadata and controls

26 lines (16 loc) · 897 Bytes

NBA Re-ID Annotation Tool

This repository provides an annotation tool for NBA Re-Identification (Re-ID), built on top of Grounded-SAM-2 and Grounding-DINO.

Installation

Before running the tool, please make sure you have correctly set up the environments for both Grounded-SAM-2 and Grounding-DINO by following their official installation instructions.

Usage

Once the environments are set up, you can start the annotation pipeline by running:

python pipeline.py

Additional Recommendation

It is highly recommended to run this tool on a Linux server. Running on Windows may cause unexpected errors such as:

NameError: name '_C' is not defined