Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 509 Bytes

File metadata and controls

18 lines (13 loc) · 509 Bytes

flight3d

Infers 3d flight path from observations from different angles (sort of probabilistic triangulation)

installation

See how to install tensorflow and tensorflow-probability:

python3 -m pip install 'tensorflow[and-cuda]'
pip install --upgrade tensorflow-probability
pip install tf-keras

Then install this package:

pip install git+https://github.com/SheffieldMLtracking/pathinference.git