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

Using OpenCV NMS in decoder #12

Open
GEngels opened this issue Sep 20, 2022 · 1 comment
Open

Using OpenCV NMS in decoder #12

GEngels opened this issue Sep 20, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@GEngels
Copy link

GEngels commented Sep 20, 2022

I was using detectnet in ROS2 foxy but I want to update to the latest release in Humble. Before I was not using the DBscan clustering on the bounding boxes but I implemented opencv NMS in the decoder which gave me a bit better results and was faster. Now I want to do something similar but it done somewhere in the gxf library which is more difficult to change.

So my question is if I can use DetectNet with only NMS somewhat and no DBscan.

@hemalshahNV hemalshahNV self-assigned this Sep 26, 2022
@hemalshahNV
Copy link
Contributor

We'll add these options in an upcoming release but you'll need to reimplement the DetectNet decoder again to remove DBScan. The code has been moved to the GXF library to take advantage of NITROS but you can take a look at the earlier EA3 version from March 2022 which still had the code inline.

@hemalshahNV hemalshahNV added the verify to close Waiting on confirm issue is resolved label Sep 26, 2022
@jaiveersinghNV jaiveersinghNV added enhancement New feature or request and removed verify to close Waiting on confirm issue is resolved labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants