mingu6 / ProbFiltersVPR

Experiments for paper untitlted
13 stars 3 forks source link

Test other datasets with models #1

Open whyNotwh opened 3 years ago

whyNotwh commented 3 years ago

Could you please provide some more specific guidance so that I can use your method to test my dataset?Before using the method, in addition to the features of the dataset, are there any requirements for the format of the dataset and the documents required or anyother preparation?(such as dataset.csv and what are the content requirements under the relevant PATHs mentioned in setup.sh)

mingu6 commented 3 years ago

Hi, thanks for taking an interest in the work. A few comments:

We will be releasing a new repo which will supersede this one (and be much neater) in the coming weeks with a complete data processing pipeline. To use this work for your own datasets, I would suggest running through a RobotCar query/reference pair to understand the data format for odom/image descriptors for the models in the models/ directory. Then you can implement your datasets as you see fit and use the data structures in models/ to run our methods and baselines.

whyNotwh commented 3 years ago

Thank you very much for your answer!I still have a few questions to ask you~

mingu6 commented 3 years ago

Sorry for the late reply. To answer your questions:

I will be tiding this up in the coming weeks with documentation, thanks for this!