Hi
I am trying to process a batch of images with a custum-model and a workflow already created and ready for deployment.
I am following the docu at Running Workflows - Roboflow Inference
However I am missing the command, how to refer to a specific input_directory within my workspace? Can I make a link to a directory of images, which I have uploaded into my workspace? Shall I create a dataset? Or will all images be uploaded sequentially from my client-notebook to the clould inference server.
inference workflows process-images-directory
-i {your_input_directory}
-o {your_output_directory} [workflows.py](…%2F…%2Finference_cli%2Fworkflows.py)
–workspace_name {my-workspace}
–workflow_id {my-workflow}
–api-key {my-api-key}
Please kindly help, I have a bunch >10000 images per day to be infered, there must a reasonable way to do this in batch modus, please.
thx & cheers
Thomas