This repository contains the code for the applications using Differentiable Straightest Geodesic from the digeo package.
A single python environment can be used for all the applications, but the code is organized in separate folders for each application, with their own README files. The requirements can be independently installed for each application (using the requirements.txt file in each application folder), or install all the requirements at once with the command below.
python -m pip install -r requirements.txtChange directory to the application folder (for example cd AGC) and follow the instructions in the README file of each application to run it.
If you use this in your research, please consider citing the following paper:
@inproceedings{verninas2026disgeod,
title={Parallelised Differentiable Straightest Geodesics for 3D Meshes},
author={Verninas, Hippolyte and Korkmaz, Caner and Zafeiriou, Stefanos and Birdal, Tolga and Foti, Simone},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2026}
}