Issues with Exporting Florence-2 Batch Workflow Annotations for Training an Object Detection Model

Hi @aarnavshah12 ,

If you plan to use Florence2 results for annotations in datasets, you’d need to convert the Florence2 results into dataset-compatible annotation formats (see here), so you’d be able to upload them to Roboflow (cli docs here).

If you want this automated, workflow would be like:

  • Start batch job (* batch CLI docs), wait for it to finish
  • Download batch results (Florence2 outputs), use same CLI tool
  • Convert Florence2 outputs to match dataset-compatible format
  • Upload images+annotations to Roboflow

Thoughts?