* refactor: reorganize project structure and update module imports
* configure setuptools to use 'src' layout and adjust package discovery
* refactor: move tests to `tests` directory and update imports accordingly
* update lint and mypy configurations to align with `src` and `tests` structure
* update test imports to use corrected `tests.helpers` module path
* fix(pre_commit): 🎨 auto format pre-commit hooks
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_detection.py | ||
| test_f1_score.py | ||
| test_mean_average_precision.py | ||
| test_mean_average_precision_area.py | ||
| test_precision.py | ||
| test_recall.py | ||