Skip to content

multiple object detection #64

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

Open
NikitaVasilevN opened this issue Oct 30, 2024 · 1 comment
Open

multiple object detection #64

NikitaVasilevN opened this issue Oct 30, 2024 · 1 comment

Comments

@NikitaVasilevN
Copy link

Is is possible to use this algorithm for multiple object detection? When list of label looks like this [[48], [9,9,9], [1, 1], [22]] instead of [[1,1,1], [0], [0,0,1]] (as a example). Maybe somebody have experiance with fusion bbox with yolo v8 and dino?

@tatigabru
Copy link

Do you mean for multiple classed of objects? Yes, it was applied for multiple classes on coco (80 object categories). Can you please explain a bit more, I think I did not get your question.
You merge predictions (which are confidence scores between 0 and 1), not the true labels

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