Open NightLance opened 1 month ago
π Hello @NightLance, thank you for bringing this to our attention! This is an automated response, but don't worryβan Ultralytics engineer will assist you soon π.
For immediate guidance, you might find our Ultralytics HUB Docs helpful:
Since this seems like a π bug report, could you please provide a minimum reproducible example (MRE) of the issue? This helps us diagnose the problem more efficiently. You might also want to include any relevant headers or additional context that could assist our team in identifying the root cause.
Thank you for your patience while we look into this! π
@NightLance Looks like you are passing an URL, not an image file to the file
key.
If you want to pass an URL, try sending it in the source
key and remove the file
key.
hi @sergiuwaxmann,
I am actually getting the same response. See below how I am attaching the image blob:
const imageRequest = await fetch(interiorImage)
const imageBlob = await imageRequest.blob()
data.append('file', imageBlob)
EDIT:
I tried with the source
key and its still the same result from my initial issue
Search before asking
Question
Hi,
I am using the predict inference API and I seem to be getting the same response regardless of how I change the request body. If I change the model, input image or other parameters, I get the same response. Even if the image URL is a bad URL, I still get the same response.
This is my request:
This is my input image:
In the results I get a
bus
person
&stop sign
every time. Please see below: