# Clone YOLOv10 repository | |
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10 | |
# Install dependencies | |
cd /YOLOv10 | |
pip install -r requirements.txt |
# Clone YOLOv10 repository | |
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10 | |
# Install dependencies | |
cd /YOLOv10 | |
pip install -r requirements.txt |