SakibRumu
Update setup.sh
c9f5b8a verified
raw
history blame
167 Bytes
#!/bin/bash
# Clone YOLOv10 repository
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
# Install dependencies
cd /YOLOv10
pip install -r requirements.txt