Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,13 @@ print(os.environ.get('CUDA_PATH'))
|
|
4 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
5 |
os.system("git clone https://github.com/facebookresearch/Mask2Former.git")
|
6 |
os.chdir("Mask2Former")
|
|
|
7 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
8 |
os.chdir("mask2former/modeling/pixel_decoder/ops")
|
|
|
9 |
os.system("python setup.py build install")
|
10 |
os.chdir("/home/user/app/Mask2Former/")
|
|
|
11 |
import gradio as gr
|
12 |
# check pytorch installation:
|
13 |
import detectron2
|
|
|
4 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
5 |
os.system("git clone https://github.com/facebookresearch/Mask2Former.git")
|
6 |
os.chdir("Mask2Former")
|
7 |
+
os.system("pwd")
|
8 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
9 |
os.chdir("mask2former/modeling/pixel_decoder/ops")
|
10 |
+
os.system("pwd")
|
11 |
os.system("python setup.py build install")
|
12 |
os.chdir("/home/user/app/Mask2Former/")
|
13 |
+
os.system("pwd")
|
14 |
import gradio as gr
|
15 |
# check pytorch installation:
|
16 |
import detectron2
|