Spaces:
Sleeping
Sleeping
Commit
·
32676b7
1
Parent(s):
19c8ff0
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if "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 |
-
|
29 |
|
30 |
from object_detection.utils import ops as utils_ops
|
31 |
from object_detection.utils import label_map_util
|
|
|
25 |
os.chdir('..')
|
26 |
elif not pathlib.Path('models').exists():
|
27 |
os.system('git clone --depth 1 https://github.com/tensorflow/models')
|
28 |
+
os.chdir('models/research/')
|
29 |
|
30 |
from object_detection.utils import ops as utils_ops
|
31 |
from object_detection.utils import label_map_util
|