Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,12 @@ def generate_video_from_text(text, opt, pipeline):
|
|
187 |
motion = samples[i]
|
188 |
kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
|
189 |
plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
|
190 |
-
|
|
|
|
|
|
|
|
|
|
|
191 |
os.system("ls temp")
|
192 |
os.system("pwd")
|
193 |
|
|
|
187 |
motion = samples[i]
|
188 |
kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
|
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)
|
196 |
os.system("ls temp")
|
197 |
os.system("pwd")
|
198 |
|