Skip to main content

Computer Vision models and training

Project description

Quickvision

  • Faster Computer Vision.

GitHub issues GitHub forks GitHub stars GitHub license codecov

PEP8 CI Tests Docs PyPi Release

demo

Install Quickvision

  • Install directly from GitHub. Very soon it will be available over PyPi.
pip install -q git+https://github.com/Quick-AI/quickvision.git

What is Quickvision?

  • Quickvision makes Computer Vision tasks much faster and easier with PyTorch.

It provides: -

  1. Easy to use torch native API, for fit(), train_step(), val_step() of models.
  2. Easily customizable and configurable models with various backbones.
  3. A complete torch native interface. All models are nn.Module all the training APIs are optional and not binded to models.
  4. A lightning API which helps to accelerate training over multiple GPUs, TPUs.
  5. A datasets API to common data format very easily and quickly to torch formats.
  6. A minimal package, with very low dependencies.
  • Train your models faster. Quickvision has already implmented the long learning in torch.

Quickvision is just Torch!!

  • Quickvision does not make you learn a new library. If you know PyTorch you are good to go!!!
  • Quickvision does not abstract any code from torch, nor implements any custom classes over it.
  • It keeps the data format in Tensor only. You don't need to convert it.

Do you want just a model with some backbone configuration?

  • Use model made by us. It's just a nn.Module which has Tensors only Input and Output format.
  • Quickvision provides reference scripts too for training it!

Do you want to train your model but not write lengthy loops?

  • Just use our training methods such as fit(), train_step(), val_step().

Do you want multi GPU training but worried about model configuration?

  • Just subclass the PyTorch Lightning model!
  • Implement the train_step, val_step.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quickvision-0.1.0rc4.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distribution

quickvision-0.1.0rc4-py3-none-any.whl (48.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page