Open AbhishekKaushikCV opened 1 year ago
Thank you for your attention for this project. The arch_cfg and data_cfg are just in config/arch
and config/labels
.
I will also update the download link of pretrained weights, adding the arch_cfg and data_cfg.
Thank you for the quick response.!!
I have few more questions regarding the training and inference on the custom dataset (Dataset).
I converted my dataset into the .bin files and followed the structure of the SemanticKITTI.
Thank you for the quick response.!!
I have few more questions regarding the training and inference on the custom dataset (Dataset).
I converted my dataset into the .bin files and followed the structure of the SemanticKITTI.
- What is the significance of calib.txt, and poses.txt in the training and inference of LENet? I don't have these files for my custom dataset. Do I need the calib.txt, and poses.txt for inference and training on my custom dataset?
- What is the the effect of the intensity feature (the fourth column in the semantickitti) on the performance of the model? In my dataset, the intensity range is not in [0, 1]. Do I also have to normalize the intensity in my custom dataset?
- What is the efficient way (changes) to update the LENet code for the inference and training on my custom dataset?
calib.txt
and poses.txt
don't influence the inference and training on custom dataset. the calib.txt
and poses.txt
are used for the labeling tool.
Great Work!!,