gtsam/examples/Data
Frank Dellaert 84afc94458
Feature/shonan averaging (#473)
Shonan Rotation Averaging.

199 commit messages below, many are obsolete as design has changed quite a bit over time, especially from the earlier period where I thought we only needed SO(4).

* prototyping weighted sampler

* Moved WeightedSampler into its own header

* Random now uses std header <random>.

* Removed boost/random usage from linear and discrete directories

* Made into class

* Now using new WeightedSampler class

* Inlined random direction generation

* eradicated last vestiges of boost/random in gtsam_unstable

* Added 3D example g2o file

* Added Frobenius norm factors

* Shonan averaging algorithm, using SOn class

* Wrapping Frobenius and Shonan

* Fixed issues with <<

* Use Builder parameters

* Refactored Shonan interface

* Fixed << issues as well as MATLAB segfault, using eval(), as discussed in issue #451

* ShonanAveragingParameters

* New factor FrobeniusWormholeFactorP computes |Rj*P - Ri*P*Rij|

* Fixed broken GetDimension for Lie groups with variable dimension.

* Removed all but Shonan averaging factor and made everything work with new SOn

* Just a single WormholeFactor, wrapped noise model

* Use std <random>

* comments/todos

* added timing script

* add script to process ShonanAveraging timing results

* Now producing a CSV file

* Parse csv file and make combined plot

* Fixed range

* change p value and set two flags on

* input file path, all the csv files proceeses at the same time

* add check convergence rate part

* csv file have name according to input  data name

* correct one mistake in initialization

* generate the convergence rate for each p value

* add yticks for the bar plot

* add noises to the measurements

* test add noise

* Basic structure for checkOptimalityAt

* change optimizer method to cholesky

* buildQ now working. Tests should be better but visually inspected.

* multiple test with cholesky

* back

* computeLambda now works

* make combined plots while make bar plot

* Calculate minimum eigenvalue - the very expensive version

* Exposed computeMinEigenValue

* make plots and bar  togenter

* method change to jacobi

* add time for check optimality, min_eigen_value, sub_bound

* updated plot min_eigen value and subounds

* Adding Spectra headers

* David's min eigenvalue code inserted and made to compile.

* Made it work

* Made "run" method work.

* add rim.g2o name

* Fixed bug in shifting eigenvalues

* roundSolution which replaces projectFrom

* removed extra arguments

* Added to wrapper

* Add SOn to template lists

* roundSolution delete the extra arguement p

* only calculate p=5 and change to the correct way computing f_R

* Fixed conflict and made Google-style name changes

* prototype descent code and unit test for initializeWithDescent

* add averaging cost/time part in processing data

* initializewithDescent success in test

* Formatting and find example rather than hardcode

* Removed accidentally checked in cmake files

* give value to xi by block

* correct gradient descent

* correct xi

* }

* Fix wrapper

* Make Hat/Vee have alternating signs

* MakeATangentVector helpder function

* Fixed cmake files

* changed sign

* add line search

* unit test for line search

* test real data with line search

* correct comment

* Fix boost::uniform_real

* add save .dat file

* correct test case

* add explanation

* delete redundant cout

* add name to .dat output file

* correct checkR

* add get poses_  in shonan

* add Vector Point type for savig data

* Remove cmake file which magically re-appeared??

* Switched to std random library.

* Prepare Klaus test

* Add klaus3.g2o data.

* fix comment

* Fix derivatives

* Fixed broken GetDimension for Lie groups with variable dimension.

* Fix SOn tests to report correct dimension

* Added tests for Klaus3 data

* Add runWithRandomKlaus test for shonan.

* Finish runWithRandomKlaus unittest.

* Correct datafile.

* Correct the format.

* Added measured and keys methods

* Shonan works on Klaus data

* Create dense versions for wrappers, for testing

* Now store D, Q, and L

* Remove another cmake file incorrectly checked in.

* Found and fixed the bug in ComputeLambda !

* Now using Q in Lambdas calculation, so Lambdas agree with Eriksson18cvpr.

* Make FrobeniusFactor not use deprecated methods

* FrobeniusWormholeFactor takes Rot3 as argument

* Wrapped some more methods.

* Wrapped more methods

* Allow creating and populating BetweenFactorPose3s in python

* New constructors for ShonanAveraging

* add function of get measurements number

* Remove option not to use noise model

* wrap Use nrMeasurements

* Made Logmap a bit more tolerant of slightly degenerate rotations (with trace < -1)

* Allow for Anchor index

* Fix anchor bug

* Change outside view to Rot3 rather than SO3

* Add Lift in SOn class

* Make comet working

* Small fixes

* Delete extra function

* Add SOn::Lift

* Removed hardcoded flag

* Moved Frobenius factor to gtsam from unstable

* Added new tests and made an old regression pass again

* Cleaned up formatting and some comments, added EXPORT directives

* Throw exception if wrongly dimensioned values are given

* static_cast and other throw

* Fixed run-time dimension

* Added gauge-constraining factor

* LM parameters now passed in, added Gauge fixing

* 2D test scaffold

* Comments

* Pre-allocated generators

* Document API

* Add optional weight

* New prior weeights infrastructure

* Made d a template parameter

* Recursive Hat and RetractJacobian test

* Added Spectra 0.9.0 to 3rdparty

* Enabling 2D averaging

* Templatized Wormhole factor

* ignore xcode folder

* Fixed vec and VectorizedGenerators templates for fixed N!=3 or 4

* Simplifying constructors
Moved file loading to tests (for now)
All unit tests pass for d==3!

* Templated some methods internally

* Very generic parseToVector

* refactored load2d

* Very much improved FrobeniusWormholeFactor (Shonan) Jacobians

* SO(2) averaging works !

* Templated parse methods

* Switched to new Dataset paradigm

* Moved Shonan to gtsam

* Checked noise model is correctly gotten from file

* Fixed covariance bug

* Making Shonan wrapper work

* Renamed FrobeniusWormholeFactor to ShonanFactor and moved into its own compilation unit in gtsam/sfm

* Fixed wrong include

* Simplified interface (removed irrelevant random inits) and fixed eigenvector test

* Removed stray boost::none

* Added citation as suggested by Jose

* Made descent test deterministic

* Fixed some comments, commented out flaky test

Co-authored-by: Jing Wu <jingwu@gatech.edu>
Co-authored-by: jingwuOUO <wujing2951@gmail.com>
Co-authored-by: swang <swang736@gatech.edu>
Co-authored-by: ss <ss>
Co-authored-by: Fan Jiang <prof.fan@foxmail.com>
2020-08-17 07:43:10 -04:00
..
Balbianello sift features 2012-06-24 04:20:16 +00:00
.gitignore Ignore generated files 2015-02-26 13:55:32 +01:00
5pointExample1.txt Merged changes from the trunk back into navigation and slam. Needed some data files for tests, as well. 2013-12-21 18:34:23 -05:00
5pointExample2.txt Created second example 2013-12-24 16:47:30 -05:00
Balbianello.out Merged changes from the trunk back into navigation and slam. Needed some data files for tests, as well. 2013-12-21 18:34:23 -05:00
HS21.QPS [TEST] QP Now correctly handles negative constant values on hessian factors. 2016-06-28 19:51:51 -04:00
HS35.QPS [TEST] Add HS35 2016-06-29 15:24:27 -04:00
HS35MOD.QPS [TEST] Added Test HS35MOD 2016-06-29 15:38:00 -04:00
HS51.QPS [TEST] Added Remaining Failing Tests AUG2D CONT-050 HS118 HS268 HS51 HS51 HS53 HS76 2016-07-01 13:02:59 -04:00
HS52.QPS [TEST] Added Remaining Failing Tests AUG2D CONT-050 HS118 HS268 HS51 HS51 HS53 HS76 2016-07-01 13:02:59 -04:00
HS268.QPS [TEST] Added Remaining Failing Tests AUG2D CONT-050 HS118 HS268 HS51 HS51 HS53 HS76 2016-07-01 13:02:59 -04:00
ISAM2_SmartFactorStereo_IMU.txt shorten parameter values 2018-12-14 12:12:33 -08:00
KittiEquivBiasedImu.txt Added simple Kitti example 2013-08-09 18:50:20 +00:00
KittiEquivBiasedImu_metadata.txt Added simple Kitti example 2013-08-09 18:50:20 +00:00
KittiGps_converted.txt Committing correct dataset files for Kitti IMU example 2013-08-13 21:04:01 +00:00
Klaus3.g2o Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
Plaza1_.mat Added two new datafiles 2013-06-20 06:50:50 +00:00
Plaza1_DR.txt Plaza 1 dataset 2013-06-24 12:05:44 +00:00
Plaza1_TD.txt Plaza 1 dataset 2013-06-24 12:05:44 +00:00
Plaza2_.mat Added two new datafiles 2013-06-20 06:50:50 +00:00
Plaza2_DR.txt C++ Range SLAM example to compare with Boots13icml 2013-06-21 14:13:59 +00:00
Plaza2_TD.txt C++ Range SLAM example to compare with Boots13icml 2013-06-21 14:13:59 +00:00
QPExample.QPS Added missing QP Example Data 2016-05-15 16:44:23 -04:00
QPTEST.QPS [TEST] added QPTest. Showcases failure to work on indeterminate linear systems. 2016-07-01 15:42:23 -04:00
VO_calibration.txt stereo VO Matlab example and data 2012-06-05 17:54:29 +00:00
VO_calibration00.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_calibration00s.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_camera_poses00.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_camera_poses00s.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_camera_poses_large.txt renamed StereoVO data files 2012-06-14 04:51:42 +00:00
VO_stereo_factors00.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_stereo_factors00s.txt First script to experiment with Concurrent calibration estimation 2014-06-13 12:17:45 -04:00
VO_stereo_factors_large.txt renamed StereoVO data files 2012-06-14 04:51:42 +00:00
dubrovnik-1-1-pre.txt added simplest BAL file 2014-02-24 13:07:53 -05:00
dubrovnik-3-7-18-pre.txt fixed bug in hessianDiagonal (raw access) 2014-04-03 17:50:52 -04:00
dubrovnik-3-7-pre.txt Merged changes from the trunk back into navigation and slam. Needed some data files for tests, as well. 2013-12-21 18:34:23 -05:00
example.graph Planar SLAM example from factor graph talk 2012-08-24 22:03:24 +00:00
example_with_vertices.g2o Some behavior changes. 2020-08-15 13:05:58 -04:00
imuAndGPSdata.csv added IMU example, still debugging 2016-06-07 19:57:34 -04:00
noisyToyGraph.txt added small datasets for unit tests 2014-05-28 13:39:33 -04:00
optimizedNoisyToyGraph.txt added small datasets for unit tests 2014-05-28 13:39:33 -04:00
orientationsNoisyToyGraph.txt added small datasets for unit tests 2014-05-28 13:39:33 -04:00
pose2example.txt added many unit test for g2o read/write 2014-05-20 17:59:49 -04:00
pose3Localizationexample.txt Create pose3Localizationexample.txt 2019-08-02 17:13:02 +02:00
pose3example-grid.txt finished and tested initializer 2014-08-19 21:09:51 -04:00
pose3example-offdiagonal-rewritten.txt extended g2o parser to nondiagonal noise 2014-08-19 20:10:42 -04:00
pose3example-offdiagonal.txt fix failing unit test (mac) 2014-08-22 10:40:16 -04:00
pose3example.txt added 3D version of readG2o with unit test 2014-08-18 20:40:52 -04:00
randomGrid3D.xml Added some xml test files 2019-04-07 13:15:05 -04:00
simpleGraph10gradIter.txt nice and clean unit tests for gradient initialization 2014-09-11 12:05:36 -04:00
sphere2500.txt Michael's example with our conventions... 2012-06-04 05:51:36 +00:00
sphere2500_groundtruth.txt Michael's example with our conventions... 2012-06-04 05:51:36 +00:00
sphere_smallnoise.graph new Pose3SLAM examples in C++ and MATLAB 2012-06-04 00:41:13 +00:00
toy3D.xml Added some xml test files 2019-04-07 13:15:05 -04:00
toyExample.g2o Added g2o test files 2020-07-09 16:27:32 -04:00
victoria_park.txt Added Victoria Park dataset to examples data folder 2013-07-30 14:32:54 +00:00
w100.graph Added w20000 dataset and simplified names of w100 and w10000 2013-08-15 20:17:27 +00:00
w10000.graph Added w20000 dataset and simplified names of w100 and w10000 2013-08-15 20:17:27 +00:00
w20000.txt Added w20000 dataset and simplified names of w100 and w10000 2013-08-15 20:17:27 +00:00