introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.61k stars 761 forks source link

Dataset Download Shows 404 Error #1226

Open zeroszzk opened 4 months ago

zeroszzk commented 4 months ago

The download links for datasets under the Benchmark section in the wiki are not working; accessing them results in a 404 error. Additionally, could you provide the ground truth files in MATLAB format (e.g., groundtruth.mat) for these datasets?

matlabbe commented 4 months ago

For Third Party datasets dead links, we cannot do much. It seems the ENSTA page is dead, you may check with the original author. Links for other datasets seem fine (tested some of them). If you have issues with datasets we created, please indicate which link.

You should be able to read the ground truth PNG files in MATLAB like this:

ground_truth_matrix = imread("groundtruth.png");