Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ os.system("nvcc --version")
|
|
| 4 |
print(os.environ.get('CUDA_PATH'))
|
| 5 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
| 6 |
os.system("git clone https://github.com/AK391/Mask2Former.git")
|
|
|
|
| 7 |
os.chdir("Mask2Former")
|
| 8 |
os.system("pwd")
|
| 9 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
|
|
|
| 4 |
print(os.environ.get('CUDA_PATH'))
|
| 5 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
| 6 |
os.system("git clone https://github.com/AK391/Mask2Former.git")
|
| 7 |
+
|
| 8 |
os.chdir("Mask2Former")
|
| 9 |
os.system("pwd")
|
| 10 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|