* 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 | ||
| test_boxes.py | ||
| test_converters.py | ||
| test_internal.py | ||
| test_iou_and_nms.py | ||
| test_masks.py | ||
| test_polygons.py | ||
| test_vlms.py | ||