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