Spaces:
Runtime error
Runtime error
Jingkang Yang
commited on
Commit
·
4bcc656
1
Parent(s):
09ed94e
update: clip
Browse files- app.py +1 -0
- requirements.txt +3 -3
app.py
CHANGED
@@ -9,6 +9,7 @@ except:
|
|
9 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
10 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
11 |
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|
|
|
12 |
import argparse
|
13 |
import glob
|
14 |
import multiprocessing as mp
|
|
|
9 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
10 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
11 |
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|
12 |
+
|
13 |
import argparse
|
14 |
import glob
|
15 |
import multiprocessing as mp
|
requirements.txt
CHANGED
@@ -10,6 +10,6 @@ pandas
|
|
10 |
imageio
|
11 |
fvcore
|
12 |
iopath
|
13 |
-
torch==1.10.1
|
14 |
-
torchvision==0.11.2
|
15 |
-
torchaudio==0.10.1
|
|
|
10 |
imageio
|
11 |
fvcore
|
12 |
iopath
|
13 |
+
torch==1.10.1+cu113
|
14 |
+
torchvision==0.11.2+cu113
|
15 |
+
torchaudio==0.10.1+cu113
|