Two images at the same time

Hi! This should hopefully not be difficult to solve :slightly_smiling_face: How are you planning on loading in the image pairs? Do you have them saved as files somewhere, or do you have them in a Prodigy dataset? So depending on how your data is stored, you probably want to write a small function that loads the image pairs and creates one example dict with two images.

Next, you could use a custom HTML template to display them side by side. I've posted a similar example in this thread:

It's for an input / output comparison, but the idea is pretty much the same. In your case, both columns would then include something like <img src="{{image1}}" />, which would refer to the "image1" property in your task.