Rectvision package
Project description
sidebar_position: 1
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for rectvision-3.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d32f807c0d90d9ebfcd146a1dc116783ace0edb2532af39663251d26739748d |
|
MD5 | 7e5c07a2209b7c9ea0f021cc1be1545f |
|
BLAKE2b-256 | f174e21acc888042563af42a908e8f8519829255b9b59eb7e04acf3e28c81212 |