File size: 167 Bytes
560d81b
c9f5b8a
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash
# Clone YOLOv10 repository
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10

# Install dependencies
cd /YOLOv10
pip install -r requirements.txt