Skip to content
Open
Changes from all 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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Alternatively, you can build the Docker image:
docker build -t pyceres -f Dockerfile .
```

### Compatibility with pycolmap
pyceres Version | Corresponding pycolmap Version(s)
-- | --
2.6 | 3.13.0, 3.12.6
2.5 | 3.12.0 - 3.12.5
2.4 | 3.11.0
2.3 | 3.10.0

## 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
Loading