xizaoqu
commited on
Commit
·
598f088
1
Parent(s):
c6f1cef
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 |
|
|
|
196 |
memory_curr_frame += 1
|
197 |
new_frame = run_interactive(memory_frames[0],
|
198 |
actions[i],
|
199 |
+
poses[0],
|
200 |
memory_curr_frame,
|
201 |
device=device)
|
202 |
|