xizaoqu commited on
Commit
496ee66
·
1 Parent(s): e5d4346
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -272,15 +272,15 @@ def run(cfg: DictConfig):
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 {
 
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 {