borglab/gtsfm

Interface between loaders and `GtsfmData`

Open

#263 opened on Sep 5, 2021

 (2 comments) (0 reactions) (0 assignees)Jupyter Notebook (62 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (517 stars)
PR merge metrics
 (PR metrics pending)

Description

this seems like this is a more general purpose function that should go into GtsfmData or something, like

class GtsfmData:
     @classmethod
     def from_colmap_model(cls, colmap_model_dir: str) -> "GtsfmData":

would that make sense?

Originally posted by @johnwlambert in https://github.com/borglab/gtsfm/pull/258#discussion_r701511870

Contributor guide