Skip to content

Commit 290b5af

Browse files
Fabian Schenkmeta-codesync[bot]
authored andcommitted
Add deprecation disclaimer to OpenSfM README
Summary: Added a disclaimer notice to the OpenSfM README.md indicating that the repository is no longer under active development. Differential Revision: D99837454 fbshipit-source-id: 4f256b95eb434df01486847dfcf2ad9d40d1bd4e
1 parent 52bd5f8 commit 290b5af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# NOTE: This repository is no longer under active development
2+
13
OpenSfM
24
=======
5+
36
[![Conda](https://github.com/mapillary/OpenSfM/actions/workflows/conda.yml/badge.svg)](https://github.com/mapillary/OpenSfM/actions/workflows/conda.yml) [![Docker Ubuntu 20.04](https://github.com/mapillary/OpenSfM/actions/workflows/docker_ubuntu20.yml/badge.svg)](https://github.com/mapillary/OpenSfM/actions/workflows/docker_ubuntu20.yml) [![Docker Ubuntu 24.04](https://github.com/mapillary/OpenSfM/actions/workflows/docker_ubuntu24.yml/badge.svg)](https://github.com/mapillary/OpenSfM/actions/workflows/docker_ubuntu24.yml)
47

58
## Overview
9+
610
OpenSfM is a Structure from Motion library written in Python. The library serves as a processing pipeline for reconstructing camera poses and 3D scenes from multiple images. It consists of basic modules for Structure from Motion (feature detection/matching, minimal solvers) with a focus on building a robust and scalable reconstruction pipeline. It also integrates external sensor (e.g. GPS, accelerometer) measurements for geographical alignment and robustness. A JavaScript viewer is provided to preview the models and debug the pipeline.
711

812
<p align="center">
@@ -11,19 +15,18 @@ OpenSfM is a Structure from Motion library written in Python. The library serves
1115

1216
Checkout this [blog post with more demos](http://blog.mapillary.com/update/2014/12/15/sfm-preview.html)
1317

14-
1518
## Getting Started
1619

1720
* [Building the library][]
1821
* [Running a reconstruction][]
1922
* [Documentation][]
2023

21-
2224
[Building the library]: https://opensfm.org/docs/building.html (OpenSfM building instructions)
2325
[Running a reconstruction]: https://opensfm.org/docs/using.html (OpenSfM usage)
2426
[Documentation]: https://opensfm.org/docs/ (OpenSfM documentation)
2527

2628
## License
29+
2730
OpenSfM is BSD-style licensed, as found in the LICENSE file. See also the Facebook Open Source [Terms of Use][] and [Privacy Policy][]
2831

2932
[Terms of Use]: https://opensource.facebook.com/legal/terms (Facebook Open Source - Terms of Use)

0 commit comments

Comments
 (0)