a-akram / trackingML

Machine learning for tracking algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trackingML

Machine learning for tracking algorithms

Installation

I intend to use virtual environement for the python development. First download miniconda from link, and install it to $HOME directory. Then create the environment from YML file

conda env create -f environment.yml

It should install most of necessary packages.

Then download the trackml-library:

git clone https://github.com/LAL/trackml-library.git

and install trackml-library

cd trackml-library
pip install --user .

About

Machine learning for tracking algorithms

License:MIT License


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%Language:Shell 0.0%