Processing RGBD datasets from command line?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Processing RGBD datasets from command line?

tango_explorer
This post was updated on .
Hi,

I'm trying to process RGBD datasets using rtabmap standalone. I was able to do so using the instructions here. However, I've added some new features to my clone of RTAB-MAP and for now can only set them using the command line. Is there a way to process RGBD-datasets as in the instructions using the command line?

Alternatively, is there a way to add new options to the GUI. For example, if I added new feature detectors how can I make them an option in the GUI?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Processing RGBD datasets from command line?

matlabbe
Administrator
To process these datasets from the command line, look at the new tool rtabmap-rgbddataset.

To add new feature detectors to UI, it is quite hard-coded unfortunatly. Use Qt Designer to open PreferencesDialog.ui and edit the combobox where the features are. The index in combobox should match the index in Features2D.h.

To add more general options, edit the UI and the corresponding class.

cheers,
Mathieu