Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthli committed May 25, 2024
1 parent dab1b61 commit 8c93218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argus/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def __getitem__(self, idx: int) -> dict:
import cv2
import tyro

dataset_cfg = CameraCubePoseDatasetConfig(dataset_path=ROOT + "/outputs/data/cube_unity_data_small.hdf5")
dataset_cfg = CameraCubePoseDatasetConfig(dataset_path=ROOT + "/outputs/data/cube_unity_data_small")
augmentation_cfg = tyro.cli(AugmentationConfig)
train_dataset = CameraCubePoseDataset(dataset_cfg, train=True)

Expand Down

0 comments on commit 8c93218

Please sign in to comment.