Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openreal2sim/motion/modules/demo_motion_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def demo_motion_process(keys, key_scene_dicts, key_cfgs):
manipulated_trajs = np.load(manipulated_trajs_path)
object_masks = build_mask_array(int(max_placement_oid), scene_dict)
hand_masks = scene_dict["motion"]["hand_masks"]
first_frame = scene_dict["info"]["start_frame_idx"]
first_frame = 0
first_frame = refine_first_frame(hand_masks, object_masks, first_frame)
end_frame = refine_end_frame(hand_masks, object_masks)
print(f"End frame: {end_frame}")
Expand Down
1 change: 0 additions & 1 deletion tasks/demo_video/.asset_hash

This file was deleted.

Binary file removed tasks/demo_video/1_pen_optimized.usd
Binary file not shown.
Binary file removed tasks/demo_video/background.glb
Binary file not shown.
Binary file removed tasks/demo_video/background.usd
Binary file not shown.
Binary file removed tasks/demo_video/bg_rgb.jpg
Binary file not shown.
47 changes: 0 additions & 47 deletions tasks/demo_video/config.yaml

This file was deleted.

Binary file removed tasks/demo_video/object_1.glb
Binary file not shown.