Hi, I am only focusing on the trajectory estimation part of your project, and I am trying to understand function of each file. Here are my understandings and my questions.
- In the pre_propcessing folder under point_cloud_processing, the "pre_processing_lidar_360.py" is used to extract the dynamic point of lidar_360 data. Question: why you do not use the same process in livox_avia data? I find that only FPS is used in "pre_processing_livox_avia.py".
- To train the LSTM for temporal analysis, I found you use"build_lidar_360_dataset.py" to get the feature set for training LSTM in"train_lidara_detector.py". Question: why you do not use livox_avia to build feature set for training LSTM? in other words, why there does not exist a file named "build_livox_avia_dataset.py", is it enough to use the LSTM model trained by Lidar_360 features only?
- I just want to make sure that the flow of running this project is: First, use "build_lidar360_dataset.py" to generate the lidar_360 feature set. Secondly, use the "train_lidara_detector.py" to train the LSTM. Thirdly, use the "pre_process_lidar_360.py", which includes LSTM model, and "pre_process_livox_avia.py" to get processed data. and Then use "pre_process_fusion.py" for fusion.
Thanks in advance, please correct me if my understanding is not correct!
Hi, I am only focusing on the trajectory estimation part of your project, and I am trying to understand function of each file. Here are my understandings and my questions.
Thanks in advance, please correct me if my understanding is not correct!