Problem in Visual SLAM algorithm
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
HI,
I am using a stereo camera, gps, imu with laser scanner to find pose estimation on a moving vehicle. When i run the example code from my custom data obtained from a normal traffic road scene, some iterations are not completed due to error 'max number of trials reach, decreasing the desired confidence.' Also, i created bag of features for my dataset. I got follwoing problems
- In some scenes, VSLAM got error as features are not found. so i discard the complete dataset and take new scene.
- Due to moving cars and bikes near and far for stereo camera, comeplete travel distance, poses are not calculated for some images and algorithm terminated there.
- The graph does not show complete trajectory as indicared with red line, however, the code is still running and left right images are compared.
- Scale factor is 1.2, it is fixed for every test or how can i assume value for my test?
- Parameters which need to be tweak for my data. in eaxmple numSkipFrames = 5 and numPointsKeyFrame = 80 are set.
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!