SakibRumu commited on
Commit
560d81b
·
verified ·
1 Parent(s): a1ed15a

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +4 -0
setup.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+ git clone https://github.com/WongKinYiu/YOLOv10.git
3
+ cd YOLOv10
4
+ pip install -r requirements.txt # Install dependencies