You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing your work.
Just find out that there is a mapping between the KITTI raw data and KITTI odometry data
mapping = {
"2011_10_03_drive_0027": "00",
"2011_10_03_drive_0042": "01",
"2011_10_03_drive_0034": "02",
"2011_09_26_drive_0067": "03",
"2011_09_30_drive_0016": "04",
"2011_09_30_drive_0018": "05",
"2011_09_30_drive_0020": "06",
"2011_09_30_drive_0027": "07",
"2011_09_30_drive_0028": "08",
"2011_09_30_drive_0033": "09",
"2011_09_30_drive_0034": "10"
}
(https://openaccess.thecvf.com/content_CVPR_2019/supplemental/Chen_Selective_Sensor_Fusion_CVPR_2019_supplemental.pdf)
However, the sequence 09 and 10 are not listed in the test_scences.txt.
Does it mean that we should not use 09 and 10 for evaluation if the model is trained on the KITTI_raw_data that is prepared by the provided command.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello Clement!
Thanks for sharing your work.
Just find out that there is a mapping between the KITTI raw data and KITTI odometry data
mapping = {
"2011_10_03_drive_0027": "00",
"2011_10_03_drive_0042": "01",
"2011_10_03_drive_0034": "02",
"2011_09_26_drive_0067": "03",
"2011_09_30_drive_0016": "04",
"2011_09_30_drive_0018": "05",
"2011_09_30_drive_0020": "06",
"2011_09_30_drive_0027": "07",
"2011_09_30_drive_0028": "08",
"2011_09_30_drive_0033": "09",
"2011_09_30_drive_0034": "10"
}
(https://openaccess.thecvf.com/content_CVPR_2019/supplemental/Chen_Selective_Sensor_Fusion_CVPR_2019_supplemental.pdf)
However, the sequence 09 and 10 are not listed in the test_scences.txt.
Does it mean that we should not use 09 and 10 for evaluation if the model is trained on the KITTI_raw_data that is prepared by the provided command.
Thanks!
The text was updated successfully, but these errors were encountered: