#!/bin/bash # YOLOv3 🚀 by Ultralytics, GPL-3.0 license # Download latest models from https://github.com/ultralytics/yolov3/releases # Example usage: bash path/to/download_weights.sh # parent # └── yolov3 # ├── yolov3.pt ← downloads here # ├── yolov3-spp.pt # └── ... python - <