Spaces:
Runtime error
Runtime error
RoundtTble
commited on
Commit
•
f1051d8
1
Parent(s):
de9ee9d
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,5 @@ cwd0 = os.getcwd()
|
|
14 |
cwd1 = os.path.join(cwd0, "mlwiz-technical-demo/reidentification")
|
15 |
os.chdir(cwd1)
|
16 |
os.system("pip install -r requirements.txt")
|
|
|
17 |
os.system("python app_person_reidentification.py")
|
|
|
14 |
cwd1 = os.path.join(cwd0, "mlwiz-technical-demo/reidentification")
|
15 |
os.chdir(cwd1)
|
16 |
os.system("pip install -r requirements.txt")
|
17 |
+
os.system("make checkpoint")
|
18 |
os.system("python app_person_reidentification.py")
|