Skip to content
Snippets Groups Projects
Commit 58060523 authored by Nikos Athanasiou's avatar Nikos Athanasiou
Browse files

demo changes, fix vids blender

parent b51a0af3
No related branches found
No related tags found
No related merge requests found
# TEaching ACtions to Humans from Descriptions
# TEmporal Action Compositions for 3D Humans
```python interact_teach.py folder=/path/to/experiment output=/path/to/sample.npy texts='[step on the left, look right, wave with right hand]' durs='[1.5, 1.5, 1.5]'```
## Environment
Create the environment:
......
......@@ -229,8 +229,8 @@ def render(npydata, frames_folder, *, mode, faces_path,
path = path.replace('.png', '')
img_paths.append(f'{path}_all{fake}.png')
render_current_frame(f'{path}_all{fake}.png')
delete_objs(imported_obj_names)
delete_objs(["Plane", "myCurve", "Cylinder"])
delete_objs(imported_obj_names)
delete_objs(["Plane", "myCurve", "Cylinder"])
# bpy.ops.wm.save_as_mainfile(filepath="~/file.blend")
# exit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment