Spaces:
Runtime error
Runtime error
Update cog.yaml
Browse files
cog.yaml
CHANGED
|
@@ -19,7 +19,7 @@ build:
|
|
| 19 |
- "Cython==0.29.27"
|
| 20 |
- "timm==0.4.12"
|
| 21 |
run:
|
| 22 |
-
- pip install
|
| 23 |
- pip install git+https://github.com/cocodataset/panopticapi.git
|
| 24 |
- pip install git+https://github.com/mcordts/cityscapesScripts.git
|
| 25 |
- git clone https://github.com/facebookresearch/Mask2Former
|
|
|
|
| 19 |
- "Cython==0.29.27"
|
| 20 |
- "timm==0.4.12"
|
| 21 |
run:
|
| 22 |
+
- python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 23 |
- pip install git+https://github.com/cocodataset/panopticapi.git
|
| 24 |
- pip install git+https://github.com/mcordts/cityscapesScripts.git
|
| 25 |
- git clone https://github.com/facebookresearch/Mask2Former
|