Skip to content
Felix Dittrich edited this page Jan 28, 2025 · 6 revisions

Welcome to the doctr wiki!

Maintainer notes

Release process

Then build the conda package and upload to anaconda:

conda build purge
conda build purge-all
rm -rf conda-dist/
BUILD_VERSION='X.Y.Z' python setup.py sdist
mkdir conda-dist
conda-build ./conda/ -c pytorch --output-folder conda-dist
ls -l conda-dist/noarch/*conda

anaconda upload conda-dist/noarch/*conda -u mindee

Training process

Classification & Orientation

Acc: 99% +

--epochs 40
- default config (`batch_size` adjusted to machine capacity)

Recognition

exact + partial: 99,9% +

--epochs 20
- default config (`batch_size` adjusted to machine capacity)

Detection

Precision: 82% ++ Recall: 76% ++ Mean IoU: 60% +

NOTE: polylr power is set to 0.5 instead of default 1.0

--epochs 25
-b 2
--rotation
--eval-straight (faster eval)
--save-interval-epoch
--optim adamw
--lr 0.001
--sched polylr