Skip to content

LuJingyi-John/CopilotTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopilotTrack

Real-time object tracking implementation based on Co-tracker.

Quick Start

Step 1: Environment Setup

# Clone and enter this repo
git clone https://github.com/LuJingyi-John/CopilotTrack.git
cd CopilotTrack

# Create and activate conda environment
conda create -n copilot python=3.8
conda activate copilot

# Install co-tracker
pip install git+https://github.com/facebookresearch/co-tracker.git

# Install dependencies
pip install -r requirements.txt

# Install PyTorch (CUDA version)
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

Step 2: Download Pre-trained Model

mkdir -p checkpoints
cd checkpoints
wget https://huggingface.co/facebook/cotracker3/resolve/main/scaled_online.pth
cd ..

Step 3: Start Server

python server.py

Requirements

See requirements.txt for detailed dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors