Plotting functions#
Synthesis objects
These functions all are intended to help visualize the status and outputs of synthesis objects. The following accept all synthesis classes:
Display image of synthesis object. |
|
Plot histogram of values of synthesis objects. |
|
Make a plot showing synthesis status. |
The following accept Metamer / MetamerCTF and MADCompetition objects:
Plot synthesis loss. |
|
Animate synthesis progress. |
The following accept only objects of a single class.
Metamer / MetamerCTF
Plot representation error showing how close we are to convergence. |
MADCompetition
Display all MAD Competition images. |
|
Plot loss for full set of MAD Competiton instances. |
Eigendistortion
Display base image, eigendistortions alone, and eigendistortions added to the image. |
Tensors
The following functions can be used to visualize torch.Tensor objects directly: images, videos, and model representations.
Show image(s), avoiding interpolation. |
|
Animate video(s), avoiding interpolation. |
|
Display steerable pyramid coefficients in orderly fashion. |
|
Plot model representation. |
|
Create a simple stem plot. |
|
Plot histogram of values from tensor. |
|
Update the information in some axes (for an animation). |