Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
1 |
#!/bin/bash
|
2 |
+
# Clone YOLOv10 repository
|
3 |
+
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
|
4 |
+
|
5 |
+
# Install dependencies
|
6 |
+
cd /YOLOv10
|
7 |
+
pip install -r requirements.txt
|