EvanTHU commited on
Commit
4458b19
·
verified ·
1 Parent(s): 02add35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -189,7 +189,8 @@ def generate_video_from_text(text, opt, pipeline):
189
  plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
190
  print(save_path)
191
  print(kinematic_tree)
192
- print(motion.shape)
 
193
  print(title)
194
  print(opt.fps)
195
  print(opt.radius)
 
189
  plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
190
  print(save_path)
191
  print(kinematic_tree)
192
+ print(motion)
193
+ print(len(samples))
194
  print(title)
195
  print(opt.fps)
196
  print(opt.radius)