iopath is a lightweight I/O abstraction library that provides a common interface across storage backends.
iopath requires python >= 3.6.
Use one of the following ways to install:
pip install -U iopath
conda install -c conda-forge yacs
conda install -c iopath iopath
pip install -U 'git+https://github.com/facebookresearch/iopath'
git clone https://github.com/facebookresearch/iopath
pip install -e iopath
This library is released under the MIT License (https://github.com/facebookresearch/iopath/blob/master/LICENSE).