# Examples Put local test images in this directory, for example: - `examples/input.jpg` - `examples/annotated_output.jpg` - `examples/detections.json` Run image inference: ```bash python inference.py \ --image examples/input.jpg \ --output examples/annotated_output.jpg \ --json examples/detections.json ``` Run the existing video tracking pipeline: ```bash python -m src.main \ --input data/raw/input.mp4 \ --output data/processed/tracked_output.mp4 ```