Allow dropped cameras and use COLMAP export format
Open
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
Assessment
This issue has not been assessed yet.