-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Search before asking
- I have searched the HUB issues and discussions and found no similar questions.
Question
i have a Ultralytics Dedicated Inference API which i started with an end point tokyo ,japan with yolov11,i am passing images which is getting generated from base 64 to this to get results of detection ,i am facing with an issue , i have used the same script i got it from hub portal so all configurations are same
when i am making request with an image generated from base64 i am getting different confidence levels like for PPE detection from api i am getting a confidence value .45 for a class but when i take out the same image and put it in hub preview for my model its giving .85 for the same class ,i am not getting the issue becoz i used same image ,i am using python scrypt which will be available for the api to make the request
becoz of this client is losing confidence on my model and saying values are wrong from api
can any one help me to figure out what will be the issue
Additional
No response