Yes, the processed dataset was created by the code in that file. Since we haven't made sure that the code for creating the processed is ready, we didn't mention it in the README.
Yes, I didn't change the random seed. You can check whether the dataset splitting results match the contents in the processed dataset from your side (by checking the images). I am not sure whether np.random.choice will have consistent results across different library versions...
Hi @brade31919 ,
I have a quick question about scene numbers for train / val splits of the released preprocessed dataset.
https://github.com/brade31919/radar_depth/blob/5e6e75772ff379aac65379a50d4042a7c64c869d/dataset/nuscenes_dataset.py#L116-L128
Thank you very much!