Skip to content

HornetSys/ObjectTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-start add-ons generated

This folder contains:

  • run.py: CLI launcher that invokes src.pipeline.run_pipeline.
  • src/detector_yolov11.py: Ultralytics-backed YOLOv11 detector adapter.
  • src/calibrate_click.py: Interactive homography calibration (click 4 ground points).

Next steps: 0) Create a New Environment with Python 3.12 (Recommended):

python3 -m venv venv_stable source venv_stable/bin/activate

  1. Make sure the rest of the pipeline modules from our plan are present in src/ (pipeline, events, geometry, narrative, tracker, etc.).
  2. Install deps: pip install -r requirements.txt
  3. Calibrate homography: python -m src.calibrate_click --video demo/sample_video.mp4 --out demo/homography_points.json
  4. Copy the resulting points into config.yaml (homography section), or load the JSON in your pipeline.
  5. Run: python run.py --config config.yaml

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages