Application of PoseNet and dynamic structural data generation for real-time localization
- Python 2.7
- OpenCV 3
- TensorFlow
- MatPlotlib/ NumPy/ urllib2
- GTSAM 4.0 with Python 2.7 enabled
This is the GTSAM iSAM2 solver equipped with Posenet as a sensor model and odometry get from wheel encoder as an action model.
- add an odometry by calling solver.step(odometry, odometryNoise)
- add a measurement by calling solver.addObs(measurement, measurementNoise)
- update the graph and return the current estimate by calling solver.update()