Login  Register

Processing RGBD datasets from command line?

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

Processing RGBD datasets from command line?

tango_explorer
9 posts
This post was updated on Aug 19, 2021; 3:11pm.
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
| More
Print post
Permalink

Re: Processing RGBD datasets from command line?

matlabbe
Administrator
4440 posts
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