feat: added video configs fields
This commit is contained in:
parent
dd0e5b2d09
commit
b84e8800ad
3 changed files with 10 additions and 0 deletions
|
|
@ -107,6 +107,9 @@ def main(dict_cfg: DictConfig) -> None:
|
|||
action_mask=action_mask,
|
||||
output_path=output_path,
|
||||
camera_id=sim_cfg.camera_id,
|
||||
width=sim_cfg.video_width,
|
||||
height=sim_cfg.video_height,
|
||||
fps=sim_cfg.video_fps,
|
||||
)
|
||||
|
||||
save_evaluation_metadata(
|
||||
|
|
|
|||
Reference in a new issue