Script to convert YOLO pt files to safetensors

Requirements

Usage

## download models
bin/download.sh

## activate virtual environment
$ uv venv

# run official convert script
$ uv run scr/convert-official.py

# run inspect pt script
$ uv run scr/inspect-pt.py

# run inspect safetensors script (will output log files to tmp/ folder)
$ uv run scr/inspect-safetensors.py

Reference:

Files: