-
Notifications
You must be signed in to change notification settings - Fork 163
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
CUSTOM_BOX_OBJECTS support #92
Comments
We are working on this feature. The only issue is the latency:
If dT_1+dT_2+dT_3<T_grab then there is only one frame of latency and the tracking can work correctly, otherwise it can be not so precise. Furthermore, ROS introduces latency in the communication process... to know if this engine works we can only put all the gears together and test it. |
Hi @Myzhar, how is the progress of this feature? Will it be implemented anytime soon? |
Hi @Myzhar any progress on that? Would it be possible to change the underlying model of the base functions and theoretically have our own custom detection model run? |
I'm sorry but this is not currently planned. |
Could you elaborate on how to approach it? |
Any news about this resource? It would be very helpful in my project. Meanwhile, I'll be working on a way to do this following the approach suggested above. |
Hi, did anyone actually implemented a custom detector in ROS2? |
Preliminary Checks
Proposal
Support for the CUSTOM_BOX_OBJECTS from the ZED object detection module. The ZED SDK has a parameter which allows users to submit custom detections to it and it is able to track the objects as well as output the position and 3d bounding boxes for the objects.
Currently the wrapper doesn't expose that part of the SDK and it isn't possible to access that part of the SDK through another ROS node while running the wrapper due to the wrapper having control of the camera.
Would it be possible to enable that as an option within the launch file and then accept the objects as a message to which the wrapper outputs a Detections3Darray (or even a custom message with the info from the SDK).
Use-Case
I would be able to use a custom detector in ROS with 3D bounding boxes
Anything else?
No response
The text was updated successfully, but these errors were encountered: