Open imleewen opened 1 month ago
@imleewen Hi. Thanks for the interest. Do you mean your laptop doesn't have enough space for storing the 67GB data or the computation power is not enough for loading the whole dataset?
If it is the later, you could simply remove the lines in this script. 'waymo_dataset/splits_clft/train_all.txt' The code will read and load the data for training, valid, and test based on what specified in these text files.
Could you provide a smaller dataset instead of a 67GB dataset? My laptop couldn't run such a big dataset. Thank you!