File size: 247 Bytes
1497835
 
47d21ec
 
 
 
 
df4d1c6
1
2
3
4
5
6
7
8
import os

os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
cwd0 = os.getcwd()
cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
os.chdir(cwd1)
os.system("make setup")
os.system("python app.py")