#!/bin/bash
cd /var/www/sneakerpicks
nohup python3 scripts/process-cutouts.py --batch 5000 --priority all --model isnet-general-use --delay 0.5 > /tmp/cutouts-all.log 2>&1 &
echo "PID=$!"
echo "Tail log with: tail -f /tmp/cutouts-all.log"
