From d7e504f2f251c3e44bce57632b4451960756d7a7 Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:39:13 +0100 Subject: [PATCH] Update README after migration (#261) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fa02fa..73d205f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +

+ + ⚠️ The development of PyCOLMAP has moved to the the COLMAP repository. ⚠️
PyCOLMAP remains available on PyPi. This repository will be archived soon. +
+

+ # Python bindings for COLMAP This repository exposes to Python most capabilities of [COLMAP](https://colmap.github.io/) for Structure-from-Motion and Multiview-stereo, such as reconstruction pipelines & objects and geometric estimators. @@ -306,4 +312,4 @@ keypoints, descriptors = sift.extract(img) - [ ] Add more detailed examples - [ ] Add unit tests for reconstruction bindings -Created and maintained by [Mihai Dusmanu](https://github.com/mihaidusmanu/), [Philipp Lindenberger](https://github.com/Phil26AT), [John Lambert](https://github.com/johnwlambert), [Paul-Edouard Sarlin](https://github.com/Skydes), and other contributors. +Created and maintained by [Mihai Dusmanu](https://github.com/mihaidusmanu/), [Philipp Lindenberger](https://github.com/Phil26AT), [John Lambert](https://github.com/johnwlambert), [Paul-Edouard Sarlin](https://psarlin.com/), and other contributors.