Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Dec 12, 2024
1 parent 087e794 commit 051d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limap/base/bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ void bind_line_linker(py::module &m) {

void bind_camera(py::module &m) {
// TODO: use pycolmap
py::enum_<colmap::CameraModelId> PyCameraModelId(m, "CameraModelId");
py::enum_<colmap::CameraModelId> PyCameraModelId(m, "CameraModelId", py::module_local());
PyCameraModelId.value("INVALID", colmap::CameraModelId::kInvalid);
PyCameraModelId.value("SIMPLE_PINHOLE",
colmap::CameraModelId::kSimplePinhole);
Expand Down

0 comments on commit 051d495

Please sign in to comment.