Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ Alternatively, you can build the Docker image:
docker build -t pyceres -f Dockerfile .
```

### Compatibility with PyCOLMAP
PyCeres Version | Corresponding COLMAP Version(s)
-- | --
2.6 | 3.13.0, 3.12.6
2.5 | 3.12.0 - 3.12.05
2.4 | 3.11.0
2.3 | 3.10.0

Often times pyceres and pycolmap are used together, you can install them together in python using pip with the command:
```sh
pip install pyceres==2.x pycolmap==3.xx.x
```

## Factor graph optimization

Factors may be defined in Python (see [`examples/test_python_cost.py`](./examples/test_python_cost.py)) or in C++ with associated Python bindings.
Expand Down