-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add detection NN example #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from the requested changes.
Rationally behind the ImgDetections move from reference to getter?
And in case it remains, add a setter as well to be able to create ImgDetections message and send it to the device
Switched back to reference, fixed setNumFramePools for detection NN |
…base class functions; add FPS counter for yolo/mobilenet examples
962f20d
to
5ad6879
Compare
Added getLayerInt32 for NN results, used by deeplabv3 for example
Added mobilenet device side decoding example
Added tiny yolo v3 device side decoding example
Improved Detection network API
Fix FW bugs: https://gitlab.com/luxonis/depthai/-/merge_requests/104