xizaoqu
commited on
Commit
·
c6f1cef
1
Parent(s):
cde219e
update
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def run(cfg: DictConfig):
|
|
196 |
memory_curr_frame += 1
|
197 |
new_frame = run_interactive(memory_frames[0],
|
198 |
actions[i],
|
199 |
-
|
200 |
memory_curr_frame,
|
201 |
device=device)
|
202 |
|
@@ -239,13 +239,11 @@ def run(cfg: DictConfig):
|
|
239 |
reset()
|
240 |
return SELECTED_IMAGE
|
241 |
|
242 |
-
print("run initialization")
|
243 |
_ = run_interactive(memory_frames[0],
|
244 |
actions[0],
|
245 |
poses[0],
|
246 |
memory_curr_frame,
|
247 |
device)
|
248 |
-
print("done initialization")
|
249 |
|
250 |
css = """
|
251 |
h1 {
|
|
|
196 |
memory_curr_frame += 1
|
197 |
new_frame = run_interactive(memory_frames[0],
|
198 |
actions[i],
|
199 |
+
pose[0],
|
200 |
memory_curr_frame,
|
201 |
device=device)
|
202 |
|
|
|
239 |
reset()
|
240 |
return SELECTED_IMAGE
|
241 |
|
|
|
242 |
_ = run_interactive(memory_frames[0],
|
243 |
actions[0],
|
244 |
poses[0],
|
245 |
memory_curr_frame,
|
246 |
device)
|
|
|
247 |
|
248 |
css = """
|
249 |
h1 {
|