Data Format Converter (pyvisgen.io.dataconverter)#

Data format converter submodule of pyvisgen.io. The data format converter allows converting from one format to a different one. The formats have to be compatible with existing formats of pyvisgen, i.e. those that are created with Data Writers (pyvisgen.io.datawriters).

Reference/API#

pyvisgen.io.dataconverter Module#

Classes#

DataConverter()

Convert datasets between HDF5, WebDataset, and PyTorch formats.

Class Inheritance Diagram#

Inheritance diagram of pyvisgen.io.dataconverter.DataConverter