semantic-mapping icon indicating copy to clipboard operation
semantic-mapping copied to clipboard

Smaller dataset for testing?

Open Xuefei98 opened this issue 1 year ago • 1 comments

Thank you for sharing your work! I just wonder if you guys have smaller dataset for testing? Right now it seems like requires 1.8TB+150GB to save the provided dataset. Thanks,

Xuefei98 avatar May 14 '23 02:05 Xuefei98

Once you have prepared the dataset, you can pass a subsample parameter to the dataset class. If you follow our prepare instructions, every n-th image in each trajectory with n in {2, 5, 10, 20} should be available. To reduce the actual space of the prepared dataset, you can copy the files for a specific subsample - listed in the split files {train/valid/test}_every_{n}th.txt in the dataset root - to a separate folder.

danielS91 avatar May 15 '23 12:05 danielS91