yolo8 / examples /README.md
mayanktak15's picture
Upload folder using huggingface_hub
4c1b64e verified
|
Raw
History Blame Contribute Delete
471 Bytes

Examples

Put local test images in this directory, for example:

  • examples/input.jpg
  • examples/annotated_output.jpg
  • examples/detections.json

Run image inference:

python inference.py \
  --image examples/input.jpg \
  --output examples/annotated_output.jpg \
  --json examples/detections.json

Run the existing video tracking pipeline:

python -m src.main \
  --input data/raw/input.mp4 \
  --output data/processed/tracked_output.mp4