hub/inference-api/ #13055
Replies: 5 comments 5 replies
-
how can I do that I have already my model trained so how can I use ultralytics hub to deploy |
Beta Was this translation helpful? Give feedback.
-
Is it possible to perform inference on multiple images in a single api call? import requests image_paths = ["/content/106999_XL1.jpg", "/content/219982_XL1.jpg", "/content/258071_LXL1_20210222.jpg"] response = requests.post(url, headers=headers, files=files, data=data) print(response.json()) #Output: |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
Hi, how can I send a video file to the Ultralytics Inference API? Can you please provide an example. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using the free version of Ultralytics Hub and is excellent! But currently I'm facing a issues, is that I train something that wasn't suppose to be trained, so I'm wondering if I can like disable the detection of the class object. because sometime it get confuse and make a wrong detection. |
Beta Was this translation helpful? Give feedback.
-
hub/inference-api/
Effortlessly run AI model inferences with Ultralytics HUB Inference API. Perfect for developers!.
https://docs.ultralytics.com/hub/inference-api/
Beta Was this translation helpful? Give feedback.
All reactions