.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yaml
mypy.ini
pyproject.toml
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/workflows/maestro-tests.yml
.github/workflows/publish-dev-docs.yml
.github/workflows/publish-release-docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test-publish.yml
.github/workflows/welcome.yml
cookbooks/grounding_dino_and_gpt4_vision.ipynb
cookbooks/maestro_florence2_object_detection.ipynb
cookbooks/multimodal_maestro_gpt_4_vision.ipynb
docs/CNAME
docs/florence-2.md
docs/index.md
docs/metrics.md
docs/tasks.md
docs/theme/main.html
maestro/__init__.py
maestro/primitives.py
maestro/visualizers.py
maestro.egg-info/PKG-INFO
maestro.egg-info/SOURCES.txt
maestro.egg-info/dependency_links.txt
maestro.egg-info/entry_points.txt
maestro.egg-info/requires.txt
maestro.egg-info/top_level.txt
maestro/cli/__init__.py
maestro/cli/env.py
maestro/cli/introspection.py
maestro/cli/main.py
maestro/cli/utils.py
maestro/lmms/__init__.py
maestro/lmms/gpt4.py
maestro/markers/__init__.py
maestro/markers/sam.py
maestro/postprocessing/__init__.py
maestro/postprocessing/mask.py
maestro/postprocessing/text.py
maestro/trainer/__init__.py
maestro/trainer/common/__init__.py
maestro/trainer/common/configuration/__init__.py
maestro/trainer/common/configuration/env.py
maestro/trainer/common/data_loaders/__init__.py
maestro/trainer/common/data_loaders/datasets.py
maestro/trainer/common/data_loaders/jsonl.py
maestro/trainer/common/utils/__init__.py
maestro/trainer/common/utils/file_system.py
maestro/trainer/common/utils/leaderboard.py
maestro/trainer/common/utils/metrics.py
maestro/trainer/common/utils/reproducibility.py
maestro/trainer/models/__init__.py
maestro/trainer/models/florence_2/__init__.py
maestro/trainer/models/florence_2/checkpoints.py
maestro/trainer/models/florence_2/core.py
maestro/trainer/models/florence_2/entrypoint.py
maestro/trainer/models/florence_2/inference.py
maestro/trainer/models/florence_2/loaders.py
maestro/trainer/models/florence_2/metrics.py
maestro/trainer/models/paligemma/__init__.py
maestro/trainer/models/paligemma/entrypoint.py
maestro/trainer/models/paligemma/training.py
test/__init__.py
test/test_mask.py
test/test_postprocess.py