Skip to main content

A Python Library for Computer-Vision related Tasks

Project description

Xtreme-Vision

Build Status License: MIT

Xtreme-Vision is a Python Library which is built with simplicity in mind for Computer Vision Tasks, such as Object-Detection, Human-Pose-Estimation, Image-Segmentation Tasks, it provides the support of a list of state-of-the-art algorithms, You can Start Detecting with Pretrained Weights as well as You can train the Models On Custom Dataset.

Currently, It Provides the Solution for the following Tasks:

  • Object-Detection
  • Pose-Estimation

For Detection with pre-trained models it provides:

  • RetinaNet
  • CenterNet
  • YOLOv4
  • TinyYOLOv4

For Custom Training It Provides:

  • YOLOv4
  • TinyYOLOv4

In Future it will provide solution for a wide variety of Computer-Vision Tasks such as Object-Detection, Pose-Estimation, Image-Segmentation, Image-Prediction, Auto-Encoders and GANs.

If You Like this Project Please do support it by donating here Build Status

Dependencies:

  • Tensorflow >= 2.3.0
  • Keras
  • Opencv-python
  • Numpy
  • Pillow
  • Matplotlib
  • Pandas
  • Scikit-learn
  • Progressbar2
  • Scipy
  • H5Py

Get Started:

!pip install xtreme-vision

For More Tutorials of Xtreme-Vision, Click Here

RetinaNet Example

Image Object_Detection Using RetinaNet

from xtreme_vision.Detection import Object_Detection

model = Object_Detection()
model.Use_RetinaNet()
model.Detect_From_Image(input_path='kite.jpg',
                        output_path='./retinanet.jpg', 
                        extract_objects=True)

from PIL import Image
Image.open('retinanet.jpg')

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

xtreme_vision-1.2.tar.gz (100.0 kB view hashes)

Uploaded Source

Built Distribution

xtreme_vision-1.2-py3-none-any.whl (180.4 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