Python binary reader for the COLMAP SFM result and convert it to json.
- Clone the repository
- Install missing pyhton libraries For Example:
$: pip install json
- Start the application with:
$: python app.py <point bin file> <image bin file>
https://github.com/colmap/colmap/blob/dev/scripts/python/read_write_model.py