Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,10 +33,11 @@ def main():
|
|
33 |
run_command("pip install -e .")
|
34 |
run_command("pip install git+https://github.com/cocodataset/panopticapi")
|
35 |
run_command("pip install git+https://github.com/mcordts/cityscapesScripts")
|
|
|
36 |
os.chdir("..")
|
37 |
|
38 |
# Clone and setup MaskDINO
|
39 |
-
run_command("git clone https://github.com/
|
40 |
os.chdir("MaskDINO")
|
41 |
run_command("pip install -r requirements.txt")
|
42 |
|
|
|
33 |
run_command("pip install -e .")
|
34 |
run_command("pip install git+https://github.com/cocodataset/panopticapi")
|
35 |
run_command("pip install git+https://github.com/mcordts/cityscapesScripts")
|
36 |
+
run_command("pip install --upgrade pip")
|
37 |
os.chdir("..")
|
38 |
|
39 |
# Clone and setup MaskDINO
|
40 |
+
run_command("git clone https://github.com/IDEA-Research/MaskDINO.git")
|
41 |
os.chdir("MaskDINO")
|
42 |
run_command("pip install -r requirements.txt")
|
43 |
|