Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
☆3,773Feb 7, 2024Updated 2 years ago
Alternatives and similar repositories for filterpy
Users that are interested in filterpy are comparing it to the libraries listed below
Sorting:
- Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,exte…☆18,771Aug 7, 2024Updated last year
- Kalman Filter, Smoother, and EM Algorithm for Python☆1,293Jan 31, 2026Updated 3 weeks ago
- Some Python Implementations of the Kalman Filter☆1,130Apr 1, 2024Updated last year
- Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3☆1,477Aug 24, 2023Updated 2 years ago
- Basic Python particle filter☆180Apr 3, 2023Updated 2 years ago
- Simple, online, and realtime tracking of multiple objects in a video sequence.☆4,332Nov 28, 2023Updated 2 years ago
- A small collection of Kalman Filters on Lie groups☆383Apr 13, 2023Updated 2 years ago
- Unscented Kalman Filter library for state and parameter estimation☆511Jun 17, 2022Updated 3 years ago
- Kalman Filter implementation in Python using Numpy only in 30 lines.☆400Sep 14, 2022Updated 3 years ago
- Python Kalman filters vectorized as Single Instruction, Multiple Data☆190Dec 16, 2023Updated 2 years ago
- Simple Online Realtime Tracking with a Deep Association Metric☆6,070Mar 2, 2025Updated 11 months ago
- Python sample codes and textbook for robotics algorithms.☆28,702Updated this week
- The Kalibr visual-inertial calibration toolbox☆5,282Mar 30, 2024Updated last year
- GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networ…☆3,300Updated this week
- Bayesian Modeling and Probabilistic Programming in Python☆9,498Updated this week
- The Python Control Systems Library is a Python module that implements basic operations for analysis and design of feedback control syste…☆1,968Feb 15, 2026Updated last week
- g2o: A General Framework for Graph Optimization☆3,399Updated this week
- Lightweight C/C++ Extended Kalman Filter with Python for prototyping☆1,173Nov 18, 2025Updated 3 months ago
- A Modular and Multi-Modal Mapping Framework☆2,816May 31, 2024Updated last year
- A Python-embedded modeling language for convex optimization problems.☆6,119Updated this week
- Benchmark multiple object trackers (MOT) in Python☆1,477Jun 17, 2025Updated 8 months ago
- (IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"☆1,819Apr 3, 2024Updated last year
- A large scale non-linear optimization library☆4,415Updated this week
- A small C++11 header-only library for Lie theory.☆1,731Nov 1, 2025Updated 3 months ago
- IMU + X(GNSS, 6DoF Odom) Loosely-Coupled Fusion Localization based on ESKF, IEKF, UKF(UKF/SPKF, JUKF, SVD-UKF) and MAP☆1,068Mar 28, 2025Updated 10 months ago
- Sequential Monte Carlo in python☆485Feb 19, 2026Updated last week
- Hidden Markov Models in Python, with scikit-learn like API