CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
alchemyannotate/__init__.py
alchemyannotate/__main__.py
alchemyannotate/app.py
alchemyannotate.egg-info/PKG-INFO
alchemyannotate.egg-info/SOURCES.txt
alchemyannotate.egg-info/dependency_links.txt
alchemyannotate.egg-info/entry_points.txt
alchemyannotate.egg-info/requires.txt
alchemyannotate.egg-info/top_level.txt
alchemyannotate/controllers/__init__.py
alchemyannotate/controllers/app_controller.py
alchemyannotate/controllers/canvas_controller.py
alchemyannotate/controllers/navigation_controller.py
alchemyannotate/models/__init__.py
alchemyannotate/models/annotation.py
alchemyannotate/models/class_registry.py
alchemyannotate/models/project.py
alchemyannotate/services/__init__.py
alchemyannotate/services/annotation_store.py
alchemyannotate/services/autosave.py
alchemyannotate/services/format_converter.py
alchemyannotate/services/image_loader.py
alchemyannotate/services/io_coco.py
alchemyannotate/services/io_router.py
alchemyannotate/services/io_voc.py
alchemyannotate/services/io_yolo.py
alchemyannotate/utils/__init__.py
alchemyannotate/utils/constants.py
alchemyannotate/utils/geometry.py
alchemyannotate/views/__init__.py
alchemyannotate/views/box_list_panel.py
alchemyannotate/views/canvas.py
alchemyannotate/views/class_panel.py
alchemyannotate/views/dialogs.py
alchemyannotate/views/main_window.py
alchemyannotate/views/sidebar.py
assets/magic.jpg
assets/screenshot.png
tests/test_annotation_model.py
tests/test_annotation_store.py
tests/test_geometry.py
tests/test_io_coco.py
tests/test_io_voc.py
tests/test_io_yolo.py