Atlanta, Georgia, United States
I am a contributor to the Georgia Tech Structure From Motion (GTSFM) [https://github.com/borglab/gtsfm/]. GTSFM is a global structure-from-motion pipeline, which runs can run clusters. We leverage NVIDIA's Dask framework to enable each component of the SLAM pipeline (like feature detection, matching, averaging, bundle adjustment) etc to run on clusters.
I have created the base API of many different modules for GTSFM to create a plug-and-play software where researchers and developers can develop facades for their algorithm and utilize all remaining components of GTSFM to run 3D reconstruction.
I have also ported many different front-end algorithms for feature detection and matching. This includes both deep networks like SuperPoint and SuperGlue, and classical methods like SIFT and Ransac. Utilizing the distributed computing offered by GTSFM, I was able to benchmark 15000+ combinations of front-end (by using different algorithms, networks, and hyperparameters).