xizaoqu commited on
Commit ·
496ee66
1
Parent(s): e5d4346
update
Browse files
app.py
CHANGED
|
@@ -272,15 +272,15 @@ def run(cfg: DictConfig):
|
|
| 272 |
reset()
|
| 273 |
return SELECTED_IMAGE
|
| 274 |
|
| 275 |
-
new_frame = runner.run(
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
|
| 283 |
-
print("first algo frame:", len(algo.frames))
|
| 284 |
|
| 285 |
css = """
|
| 286 |
h1 {
|
|
|
|
| 272 |
reset()
|
| 273 |
return SELECTED_IMAGE
|
| 274 |
|
| 275 |
+
# new_frame = runner.run(
|
| 276 |
+
# memory_frames[0],
|
| 277 |
+
# actions[0],
|
| 278 |
+
# poses[0],
|
| 279 |
+
# memory_curr_frame,
|
| 280 |
+
# device
|
| 281 |
+
# )
|
| 282 |
|
| 283 |
+
# print("first algo frame:", len(algo.frames))
|
| 284 |
|
| 285 |
css = """
|
| 286 |
h1 {
|