.gitignore
CHANGELOG.md
CONTRIBUTING
LICENSE
MANIFEST.in
README.md
TODO.md
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.github/workflows/docs.yml
.github/workflows/pypi.yml
.github/workflows/ruff.yml
examples/api_example.py
examples/app.py
examples/bake_config.py
examples/example_config.py
examples/loaded_models.py
examples/rtdetr_v2.py
examples/sam_model.py
examples/segmentation.py
examples/test_api.py
experiments/expt.ipynb
imagebaker/__init__.py
imagebaker/_version.py
imagebaker/cli.py
imagebaker/api/__init__.py
imagebaker/api/annotation.py
imagebaker/api/baker.py
imagebaker/api/layer.py
imagebaker/api/models.py
imagebaker/core/__init__.py
imagebaker/core/configs/__init__.py
imagebaker/core/configs/configs.py
imagebaker/core/defs/__init__.py
imagebaker/core/defs/defs.py
imagebaker/core/plugins/__init__.py
imagebaker/core/plugins/base_plugin.py
imagebaker/core/plugins/cosine_plugin.py
imagebaker/layers/__init__.py
imagebaker/layers/annotable_layer.py
imagebaker/layers/base_layer.py
imagebaker/layers/canvas_layer.py
imagebaker/list_views/__init__.py
imagebaker/list_views/annotation_list.py
imagebaker/list_views/canvas_list.py
imagebaker/list_views/image_list.py
imagebaker/list_views/layer_list.py
imagebaker/list_views/layer_settings.py
imagebaker/models/__init__.py
imagebaker/models/base_model.py
imagebaker/tabs/__init__.py
imagebaker/tabs/baker_tab.py
imagebaker/tabs/layerify_tab.py
imagebaker/utils/__init__.py
imagebaker/utils/image.py
imagebaker/utils/state_utils.py
imagebaker/utils/transform_mask.py
imagebaker/utils/utils.py
imagebaker/utils/vis.py
imagebaker/window/__init__.py
imagebaker/window/app.py
imagebaker/window/main_window.py
imagebaker/workers/__init__.py
imagebaker/workers/baker_worker.py
imagebaker/workers/layerify_worker.py
imagebaker/workers/model_worker.py