mmdetection3d
mmdetection3d copied to clipboard
[Feature] Support SemanticKitti Dateset
This PR is for supporting the semantic-Kitti dataset and is related to the issue #1417 #1350
It mainly includes:
- The implementation of
evaluate
function inSemanticKittiDataset
- The pipeline for loading the
calib
andpose
information in the dataset - The unit test for the above code
There are still some problems with details and looking forward to your advice. @Tai-Wang @ZwwWayne Sorry, I'm so stupid and can't seem to find the button of “adding reviewer”. So I mentioned you.
OK, I will fix the above bugs at the weekends! Thank your reviews.
I think it is better to generate info files like general datasets do first. If possible, I will help to support semantickitti semantic segmentation dataset when free.
@Xiangxu-0103 Thank you very much and I will contact you by slack if that is ok. Recently, I am too busy and distressed with the projects in our lab.
Please "resolve" the previous comments when you fix them, and then we can have the next round review. Thanks for your great efforts!
This PR is for supporting the semantic-Kitti dataset and is related to the issue #1417 #1350
It mainly includes:
- The implementation of
evaluate
function inSemanticKittiDataset
- The pipeline for loading the
calib
andpose
information in the dataset- The unit test for the above code
There are still some problems with details and looking forward to your advice. @Tai-Wang @ZwwWayne Sorry, I'm so stupid and can't seem to find the button of “adding reviewer”. So I mentioned you.
Thx for your work. I would appreciate it if you can show how you format the anno_file
.
Please fix the linting. You can refer to the anno_file format of KITTI. It saves the filename, calibration and pose information in the anno_file such that we can directly load them in get_data_info in the dataset class.
Please fix the linting. You can refer to the anno_file format of KITTI. It saves the filename, calibration and pose information in the anno_file such that we can directly load them in get_data_info in the dataset class.
Get! I will modify the functions to generate the anno_files, referring to the KITTI dataset.