borglab / borglab/gtsfm

Allow dropped cameras and use COLMAP export format

Open
#105 2 comments 0 reactions 2 assignees Claimed by @johnwlambert View on GitHub
enhancement
Dominant language
Jupyter Notebook
Stars
524
Forks
64
Avg merge
4h 1m
Merged PRs (30d)
3

Description

Something like:
```python
from typing import Dict, List, NamedTuple

class SfmDataPython(NamedTuple)
cameras: Dict[int,SfmCamera]
tracks: List[SfmTrack]
```

Can COLMAP format support non-existing indices (non-contiguous indices)?

- If so, replace BAL output with COLMAP output format

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.