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 git+https://github.com/adoodles/iopath.git@lp-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).