Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I find class probability ? #28

Closed
died opened this issue Jan 15, 2019 · 6 comments
Closed

Where can I find class probability ? #28

died opened this issue Jan 15, 2019 · 6 comments

Comments

@died
Copy link

died commented Jan 15, 2019

As we know, YOLO result first 5 value are x,y,w,h and confidence, rest are class probability, but in sample code //items[0].Type -> "Person, Car, ..." seems only give one class, not the value, so , where or how can I get the value ?

@tinohager
Copy link
Contributor

Which value?

@died
Copy link
Author

died commented Jan 15, 2019

for example, in yolov3, the output have 85 values (0 ~ 84), at 5~84th means each classes probability, the probability different to confidence, sometimes it way lower than confidence (or higher).
Can we get the value in Alturos.Yolo ?

@tinohager
Copy link
Contributor

The output of Alturos.Yolo is this model bbox_t of https://github.com/AlexeyAB/darknet

@died
Copy link
Author

died commented Jan 15, 2019

I mean the score section in yolo, or dets[i].prob[j] => the prob value.

@tinohager
Copy link
Contributor

i think currently is not available

@died
Copy link
Author

died commented Jan 15, 2019

OK, got it, thank you.

@died died closed this as completed Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants