Spaces:
Sleeping
Sleeping
isLinXu
commited on
Commit
·
8438148
1
Parent(s):
3b4b7ed
update
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install
|
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")
|
|
|
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")
|