cavayangtao / lanoising

20 stars 5 forks source link

Sample Dataset #1

Closed Youngjoo-Kim closed 3 years ago

Youngjoo-Kim commented 3 years ago

Hello, Thank you so much for your great research and open code! I have two questions about the dataset and models.

  1. The DENSE dataset is not provided in the form of .bag, is there a way to receive sample data?
  2. Your .m objective-c files are broken for me..... how can i solve this problem?

image image

I'll wait for your answer. Thank you!

cavayangtao commented 3 years ago

Hello, Thank you so much for your great research and open code! I have two questions about the dataset and models.

  1. The DENSE dataset is not provided in the form of .bag, is there a way to receive sample data?
  2. Your .m objective-c files are broken for me..... how can i solve this problem?

image image

I'll wait for your answer. Thank you!

Hi Youngjoo, Thank you for your interest in our work, and sorry for the very delayed reply. This work is not under the DENSE project, although we recorded the training data using the same weather chamber as them. Currently, our training data is not released. You can test our models using the EU long-term dataset: https://epan-utbm.github.io/utbm_robocar_dataset/. Actually, our models should work on any rosbag recorded by the Velodyne LiDAR. I have downloaded and tested all the .m files again, but I didn't find any problem. Please make sure you use the joblib of version 0.14.1 to load the .m files.

Regards, Tao