File size: 248 Bytes
03ef41d
 
 
 
 
 
d032f4e
03ef41d
1
2
3
4
5
6
7
8
9
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")