File size: 131 Bytes
560d81b |
1 2 3 4 5 |
#!/bin/bash
git clone https://github.com/WongKinYiu/YOLOv10.git
cd YOLOv10
pip install -r requirements.txt # Install dependencies
|
560d81b |
1 2 3 4 5 |
#!/bin/bash
git clone https://github.com/WongKinYiu/YOLOv10.git
cd YOLOv10
pip install -r requirements.txt # Install dependencies
|