Make Predictions
Run predictions on images, image URLs, directories, and video files from the command line with inference infer.
inference infer --helpCommand details
Examples
Predict on a local image
inference infer -i ./image.jpg -m {your_project}/{version} --api-key {YOUR_API_KEY}inference infer -i ./image.jpg -m {your_project}/{version} --api-key {YOUR_API_KEY} -D -o {path_to_your_output_directory}Predict on an image URL
Using the hosted API
Predict from a local directory
Predict on a video file
Configure the visualization
Provide inference hyperparameters
Last updated
Was this helpful?