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
1 change: 0 additions & 1 deletion egomimic/utils/aws/aws_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class TableRow:
lab: str
task: str
embodiment: str
robot_name: str
num_frames: int = -1 # Updateable
task_description: str = ""
scene: str = ""
Expand Down
1 change: 0 additions & 1 deletion external/scale/scripts/sfs_zarr_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def register_in_sql(
lab="scale",
task=task_desc,
embodiment="scale",
robot_name="scale_bimanual",
num_frames=total_frames,
task_description=task_desc,
scene="unknown",
Expand Down
Loading