├── .github └── publish.yml ├── Makefile ├── README.md ├── autodistill_florence_2 ├── __init__.py └── model.py └── setup.py /.github/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/.github/publish.yml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/README.md -------------------------------------------------------------------------------- /autodistill_florence_2/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/autodistill_florence_2/__init__.py -------------------------------------------------------------------------------- /autodistill_florence_2/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/autodistill_florence_2/model.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autodistill/autodistill-florence-2/HEAD/setup.py --------------------------------------------------------------------------------