Skip to main content

Rectvision package

Project description

RectVision

Welcome to the RectVision Package!

RectVision is a web-based tool that helps you organize your AI data process, end to end on a single platform. It allows users to create training reproducible pipelines or workflow from data annotation to model training, deployment and inferencing.

This package allows registered RectVision users to interact with the web-based platform via simple python commands from a local machine or on Google Colab. It is built to work seamlessly with the features of the RectVision webapp, allowing users to

  • download and convert annotations made in the webapp
  • modify or process images and data
  • train and evaluate models
  • perform inference with trained models

Installation

This package supports an installation of Python 3.6 and above. It is available on Windows, MacOS and Linux Systems.

Requirements

  • detectron2.
    • When installing detectron2, ensure torch and torchvision versions are compatible with the version of detectron2. These versions have been shown to be compatible with both the above detectron2 installation and rectivision's installation.
    pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
    
pip install detectron2 -f \
  https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html

pip (Recommended)

To install the current rectvision:

pip install --upgrade rectvision

Alternatively, you may download the wheels from PyPI

Quickstart

To familiarize yourself with this package, follow this colab tutorial. See the documentation for more details on how to use this package.

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

rectvision-3.0.19.tar.gz (32.0 kB view hashes)

Uploaded Source

Built Distribution

rectvision-3.0.19-py3-none-any.whl (50.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