hi, I used "MMAUD V1 Rooftop Simple" from "https://github.com/ntu-aris/MMAUD", and tried to follow your trajectory estimation part. May I know how you deal with the V1 datasets into train and val set for LSTM training? My method is to sample one data from every four data from each type of UAV in V1 dataset to build my val set. However, I got stuck at "building_lidar_360_dataset.py“, because I found all the labels generated from DBSCAN are 0, and the feature set generated from this python file seems correct. May I know if it is due to the inappropriate separation of the train and val dataset?


hi, I used "MMAUD V1 Rooftop Simple" from "https://github.com/ntu-aris/MMAUD", and tried to follow your trajectory estimation part. May I know how you deal with the V1 datasets into train and val set for LSTM training? My method is to sample one data from every four data from each type of UAV in V1 dataset to build my val set. However, I got stuck at "building_lidar_360_dataset.py“, because I found all the labels generated from DBSCAN are 0, and the feature set generated from this python file seems correct. May I know if it is due to the inappropriate separation of the train and val dataset?

