Run Workflows
Process single images, directories of images, and video files with a Roboflow Workflow from the command line.
inference workflows --helpinference workflows process-image --helpProcess an individual image
inference workflows process-image \
--image_path {your-input-image} \
--output_dir {your-output-dir} \
--workspace_name {your-roboflow-workspace-url} \
--workflow_id {your-workflow-id} \
--api-key {your_roboflow_api_key}Process a directory of images
Process a video file
Last updated
Was this helpful?