This work was carried out under the supervision of Prof. Jiju Poovvancheri at Saint Mary's University, Halifax, Canada as a part of the MITACS project.
A corresponding report can be found here.
Please follow the instructions regarding input data formats in the masbpy repository.
For setting the initial maximal ball radius, please go through this paper first.
- It is recommended to initially setup a fresh virtual environment
python -m venv bdt2d
source activate env/bin/activate
- Install the required packages.
pip install -r requirements.txt
-
Run the
run.sh
file. Set the 2D keypoint file paths and parameters accordingly. -
Some sample output runs and their corresponding plots are present in the
log
andplots
folder respectively.
Parts of the codebase has been borrowed from the masbpy repository. We are grateful to the authors for making their work publicly available.