Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
os.system("pip install torch torchvision")
|
| 3 |
os.system("git clone https://github.com/IDEA-Research/detrex.git")
|
| 4 |
-
|
| 5 |
os.system("python -m pip install git+https://github.com/IDEA-Research/detrex.git@v0.5.0#egg=detrex")
|
| 6 |
os.system("git submodule sync")
|
| 7 |
os.system("git submodule update --init")
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("pip install torch torchvision")
|
| 3 |
os.system("git clone https://github.com/IDEA-Research/detrex.git")
|
| 4 |
+
os.system("python -m pip install git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2")
|
| 5 |
os.system("python -m pip install git+https://github.com/IDEA-Research/detrex.git@v0.5.0#egg=detrex")
|
| 6 |
os.system("git submodule sync")
|
| 7 |
os.system("git submodule update --init")
|