ccny_rgbd is unable to detect features
Hi everyone,
Consider these pioneer datasets: http://vision.in.tum.de/data/datasets/rgbd-dataset/download#freiburg2_pioneer_slam2
They represent the specialties of my target application nicely, so I'm keen on testing some VO engines with them.
I've had a problem with CCNY RGBD: it works well with Kinect, but when I try to run it with Pioneer dataset it produces the following errors for each input frame:
[VO 147] Fr: 0.0 GFT[400][0]: 15.0 ICPProbModel[1] 0.1 TOTAL 15.2
[ WARN] [1361918845.707617958]: No features detected.
[ WARN] [1361918845.707702069]: Could not estimate motion from RGBD data, using Identity transform.
[VO 148] Fr: 0.0 GFT[400][0]: 13.9 ICPProbModel[1] 0.2 TOTAL 14.1
[ WARN] [1361918845.752454258]: [ICP] Not enough correspondences (0 of 15 minimum). Leacing ICP loop
[ WARN] [1361918845.752498383]: Could not estimate motion from RGBD data, using Identity transform.
I'm using the default settings. Color images are in BGR8 format, depth in 32FC1 or MONO16 (have tried both of them).
It is really strange that ccny_rgbd is unable to find any features on these images, I suppose there is some general issue, wrong image format maybe?