Skip to content

Commit

Permalink
data loading and reconst algo for new use case
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaillet-laas committed Mar 6, 2024
1 parent c7392a3 commit 69c30a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ def arguement_2(generate_gt):
# return acq, cube

if __name__ == "__main__":
data_dir = "/local/users/ademaio/lpaillet/mst_datasets"
data_dir = "/local/users/ademaio/lpaillet/mst_datasets/cave_1024_28/"
datamodule = CubesDataModule(data_dir, batch_size=5, num_workers=2)

0 comments on commit 69c30a5

Please sign in to comment.