Bachelor's thesis in Mathematics - MVEX11
python3 -m pip install -e .
To download the SODA10M dataset, run the following command:
python3 extra/soda.py
To download the pretrained weights, run the following command:
python3 extra/weights.py
python3 -m pip install -e '.[testing]'
python3 -m pytest
If you'd like to cite our thesis, you can use the following BibTeX:
@misc{claudeslens
title={ClaudesLens: Uncertainty Quantification in Computer Vision Models},
author={Mohamad Al Shaar and Nils Ekström and Gustav Gille and Reza Rezvan and Ivan Wely},
year={2024},
eprint={2406.13008},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2406.13008},
}