Skip to content

alx87grd/catenary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model-Based Estimation of Overhead Power Lines Using LiDAR

Paper: https://arxiv.org/abs/2506.20812 Video: https://youtu.be/KMsOjzCREwk

exp

Colab exemple

https://colab.research.google.com/drive/10_0sNztttdJt7fCVf6RT6b8Ib6KUG8tr?usp=sharing

Quick demo

Assuming numpy scipy matplotlib are already installed:

git clone https://github.com/alx87grd/catenary.git
cd catenary
export PYTHONPATH=`pwd`
python tests/estimator_tests.py

Setup for reproducing the paper results

git clone https://github.com/alx87grd/catenary.git
cd catenary
python -m venv .venv
source .venv\bin\activate
pip install numpy scipy matplotlib tqdm rosbags open3d prettytable
export PYTHONPATH=`pwd`
python experiments/outliers_analysis.py

Note: tqdm, rosbags, open3d and prettytable can be ommited for the basic functionnality. Only numpy, scipy and matplolib are required for the basic functionnality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages