Spaces:
Runtime error
Runtime error
Jingkang Yang
commited on
Commit
·
ae0195d
1
Parent(s):
ad397a4
update:requirments
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ except:
|
|
6 |
import os
|
7 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
8 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
|
|
9 |
import argparse
|
10 |
import glob
|
11 |
import multiprocessing as mp
|
|
|
6 |
import os
|
7 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
8 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
9 |
+
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|
10 |
import argparse
|
11 |
import glob
|
12 |
import multiprocessing as mp
|