A computer vision library built on top of PyTorch, Torchvision, and AllenNLP.
pip install allencv
Clone the git repository:
git clone https://github.com/sethah/allencv.git
In a Python 3.6 virtual environment, run:
pip install --editable .
This will make allencv
available on your system but it will use the sources from the local clone
you made of the source repository.
AllenCV follows all the same conventions and supports the same interfaces as AllenNLP. Read more about the AllenNLP command line interface here.