-
Notifications
You must be signed in to change notification settings - Fork 385
multi-cam stitching and nn detections example #772
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
Conversation
aljazkonec1
left a comment
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.
Overall the logic looks good, I just left some small comments regarding the README. Lets just make sure the tests pass, otherwise thanks!
|
@klemen1999 not sure why the test are failing now... |
|
This is the error log from both runs (RVC2 and RVC4): |
…se test suite does not support multi device testing
|
@klemen1999 it seems that something else should be done since again we're seeing |
|
There is a typo in the path in the tests: you have |
Adding a new example which stitches camera stream from multiple cameras and runs yolo model over the resulting panorama. It uses tiling to make it possible for the panorama to fit inside NN input resolution.