All Projects → facebookresearch → Iopath

facebookresearch / Iopath

Licence: mit
A python library that provides common I/O interface across different storage backends.

Programming Languages

python
139335 projects - #7 most used programming language

iopath

iopath is a lightweight I/O abstraction library that provides a common interface across storage backends.

Install:

iopath requires python >= 3.6.

Use one of the following ways to install:

1. Install from PyPI (updated nightly)

pip install -U iopath

2. Install from Anaconda Cloud (updated nightly)

conda install -c conda-forge yacs
conda install -c iopath iopath

3. Install latest from GitHub

pip install -U 'git+https://github.com/facebookresearch/iopath'

4. Install from a local clone

git clone https://github.com/facebookresearch/iopath
pip install -e iopath

License

This library is released under the MIT License (https://github.com/facebookresearch/iopath/blob/master/LICENSE).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].