-
- Downloads
Dedicated evaluate command
parent
23bb21f9
No related branches found
No related tags found
Showing
- configs/eval.json 105 additions, 0 deletionsconfigs/eval.json
- dan/cli.py 2 additions, 1 deletiondan/cli.py
- dan/ocr/__init__.py 2 additions, 0 deletionsdan/ocr/__init__.py
- dan/ocr/evaluate.py 87 additions, 0 deletionsdan/ocr/evaluate.py
- dan/ocr/train.py 4 additions, 69 deletionsdan/ocr/train.py
- dan/ocr/utils.py 53 additions, 0 deletionsdan/ocr/utils.py
- docs/get_started/development.md 6 additions, 0 deletionsdocs/get_started/development.md
- docs/ref/ocr/evaluate.md 3 additions, 0 deletionsdocs/ref/ocr/evaluate.md
- docs/usage/evaluate/index.md 9 additions, 0 deletionsdocs/usage/evaluate/index.md
- docs/usage/index.md 3 additions, 0 deletionsdocs/usage/index.md
- docs/usage/predict/index.md 1 addition, 1 deletiondocs/usage/predict/index.md
- docs/usage/train/index.md 4 additions, 4 deletionsdocs/usage/train/index.md
- mkdocs.yml 3 additions, 1 deletionmkdocs.yml
- tests/conftest.py 6 additions, 4 deletionstests/conftest.py
- tests/data/evaluate/checkpoints/best_0.pt 3 additions, 0 deletionstests/data/evaluate/checkpoints/best_0.pt
- tests/data/evaluate/checkpoints/last_3.pt 3 additions, 0 deletionstests/data/evaluate/checkpoints/last_3.pt
- tests/test_evaluate.py 72 additions, 0 deletionstests/test_evaluate.py
- tests/test_training.py 7 additions, 52 deletionstests/test_training.py
configs/eval.json
0 → 100644
dan/ocr/evaluate.py
0 → 100644
dan/ocr/utils.py
0 → 100644
docs/ref/ocr/evaluate.md
0 → 100644
docs/usage/evaluate/index.md
0 → 100644
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
tests/test_evaluate.py
0 → 100644
Please register or sign in to comment