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

ROS Image Script #7

Open
sjcantor opened this issue Jan 27, 2020 · 1 comment
Open

ROS Image Script #7

sjcantor opened this issue Jan 27, 2020 · 1 comment

Comments

@sjcantor
Copy link
Collaborator

Current State

The image script currently reads in new images from the robot, converts it to a numpy array, displays it using openCV and saves it to a jpeg.

Next Steps

  • Need to figure out how to display this as a video instead of the current implementation, where you have to hold spacebar to replace the current image with a new one.
  • The image should be published to a new topic/node, and a new script will subscribe to that topic to perform object recognition
@sjcantor
Copy link
Collaborator Author

sjcantor commented Mar 4, 2020

This issue has been fixed for the most part. Live feeds of the image with and without bounding boxes can be viewed in rviz or through iage_transport, but the stream with bounding boxes has a noticeable delay. Surprisingly, this delay is not bottle-necked by the deep learning model, but instead by the matplotlib figure and publishing node. Will look into more efficient ways of plotting boxes.

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

1 participant