Spaces:
Sleeping
Sleeping
Commit
·
19c8ff0
1
Parent(s):
b8b88b4
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ if "models" in pathlib.Path.cwd().parts:
|
|
24 |
while "models" in pathlib.Path.cwd().parts:
|
25 |
os.chdir('..')
|
26 |
elif not pathlib.Path('models').exists():
|
27 |
-
|
28 |
cd models/research/
|
29 |
|
30 |
from object_detection.utils import ops as utils_ops
|
|
|
24 |
while "models" in pathlib.Path.cwd().parts:
|
25 |
os.chdir('..')
|
26 |
elif not pathlib.Path('models').exists():
|
27 |
+
os.system('git clone --depth 1 https://github.com/tensorflow/models')
|
28 |
cd models/research/
|
29 |
|
30 |
from object_detection.utils import ops as utils_ops
|