How to get processed images to show overlapped?

What I am really trying to accomplish is as follows.
(This may be outside the scope of this class …)

  1. I would like to feed “live input” from my MAC WEBCAM to the Yolo model. Not sure if this may be possible since YOLO is running on a server

  2. I would like each output image (from the frame grab) to display on the SAME space on the console

The end result would be a rolling display of the processed WEBCAM images.

I’m not sure I understand the question, but you can find sample code in various of the assignment notebooks that display a number of images simultaneously. E.g. take a look at the MobilNet exercise in ConvNets Week 2 Assignment 2.

If you’re posting code, please use the “preformatted text” tag, so that it doesn’t get rendered as markup.