jingGM / DTG

12 stars 1 forks source link

Test code or dataset #1

Open dklee98 opened 5 months ago

dklee98 commented 5 months ago

Hi, I am trying to test your awesome method, but there is no test code or predefined model.

The opened code contains train.py, but there is no dataset. the training process requires "data_root" that isn't in the directory (/home/jing/Documents/gn/database/datasets/regular_data/data.pkl)

Could you have any plan to open your predefined model or dataset??

thank you

jingGM commented 5 months ago

We are planning to publish a dataset in our next work for general outdoor navigation tasks with small mobile robots, and it will include the dataset we used for DTG. The real-world implementation is currently built in our mapless navigation pipeline, but we are using this pipeline for other projects. After these projects, we will publish pre-trained models and the pipeline.

Lin-zhiyuan commented 5 months ago

Hi, your method is awesome, I'm trying to test your method, but there is no train data. Now, I want to use my own data collected before, so can you explain the data-structure of your dataset? And the target is the GPS tranformed to UTM?

jingGM commented 18 hours ago

Our dataset is now available at this link, https://cs.gmu.edu/~xiao/Research/GND/, and it is fully open-sourced. In our DTG approach, we utilized only the white regions of the maps to represent traversable areas.

To further encourage the global robotics research community to develop their own campus datasets, we have also released our full data processing pipeline, starting from raw rosbags, at this GitHub repository: https://github.com/jingGM/GND.git. You are very welcome to contribute to the dataset with your campus data.