Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into back_to_rlbench
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 9, 2024
2 parents fb542e2 + 72b716f commit 230d102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taxpose/datasets/point_cloud_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def make_dataset(
return real_world_mug.RealWorldMugPointCloudDataset(
cast(real_world_mug.RealWorldMugPointCloudDatasetConfig, cfg)
)
else:
raise NotImplementedError(f"Unknown dataset type: {cfg.dataset_type}")


class PointCloudDataset(Dataset):
Expand Down

0 comments on commit 230d102

Please sign in to comment.