You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I see that in the code, confidence is returned as string (while I have set it as Number in example aboce). However, even if I set the confidence attribute as Text, the attribute remains empty.
My actions before raising this issue
Detector models return some attributes, e.g.
confidence
(like here), but this is not shown in CVAT UI.Expected Behaviour
Returned attributes should be shown.
Current Behaviour
Attributes are not shown :(
Steps to Reproduce (for bugs)
Go to app.cvat.ai.
Creat a new task, add a label (Car), and attribute
confidence
for it - like soUpload image with some cars
Use Yolov3 automatic detector to detect cars (which should set confidence, see this part of code)
Observe that the value of
confidence
is not set for any detection.The text was updated successfully, but these errors were encountered: