pranjaldatta / PyVision

Ready-to-use implementations of some of the most common computer vision algorithms
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

PyVision

Ready-to-use implementations of some of the most common computer vision algorithms.

In PyTorch only!

Currently available architectures

For full list of architectures that has been ported or are in the process of being ported, check here.

Installation

  1. Run the code in your terminal to clone the master branch which contains the working code
$ git clone https://github.com/pranjaldatta/PyVision.git --single-branch --branch master
  1. Then, go to the repository root by pasting the command given below into your terminal
$ cd PyVision
  1. Run the following command in the terminal to install PyVision into the current virtual or conda environment
$ pip install .
  1. You are good to go!.

Contributing

For contribution guidelines, please look here. Contributions are always welcome!

ToDo

Note

Currently, its working only in pre-configured conda environment with all dependencies installed.

P.S. Star the repo if you liked the work!