An open API service indexing awesome lists of open source software.

https://github.com/powei-lin/py-minisam

Pure python implementation of minisam.
https://github.com/powei-lin/py-minisam

factor-graph gtsam least-squares minisam optimization python python3 robotics

Last synced: about 2 months ago
JSON representation

Pure python implementation of minisam.

Awesome Lists containing this project

README

          

# py-minisam
[![Ubuntu Build Status](https://github.com/powei-lin/py-minisam/workflows/ubuntu/badge.svg)](https://github.com/powei-lin/py-minisam/actions?query=workflow%3Aubuntu)

[![PyPI - Version](https://img.shields.io/pypi/v/py-minisam.svg)](https://pypi.org/project/py-minisam)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-minisam.svg)](https://pypi.org/project/py-minisam)

-----
Pure python implementation of [minisam](https://github.com/dongjing3309/minisam).

m3500 dataset.

**TODO list**

- [x] gauss_newton_optimizer
- [ ] levenberg_marquardt_optimizer(has bug now)
- [ ] information matrix
- [ ] loss function
- [ ] multithreading

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install py-minisam
```

## License

`py-minisam` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.