diffengine.datasets.transforms.dump_image¶
Module Contents¶
Classes¶
Dump the image processed by the pipeline. |
|
Dump Masked the image processed by the pipeline. |
- class diffengine.datasets.transforms.dump_image.DumpImage(max_imgs, dump_dir)[source]¶
Dump the image processed by the pipeline.
Args:¶
max_imgs (int): Maximum value of output. dump_dir (str): Dump output directory.
- Parameters:
max_imgs (int) –
dump_dir (str) –