Hacker News new | ask | show | jobs
by sireat 1430 days ago
If the result is standard numpy 3d matrix then something like Pillow should be able to display the images.

Something like

  from matplotlib import pyplot as plt

  plt.imshow(matrix)

  plt.show()