Skip to main content

mscv - A foundational python library for computer vision research.

Project description

Introduction

MSCV is a foundational python library for computer vision research.

It provides the following functionalities.

  • Image IO and processing
  • Checkpoint processing
  • Test time Argumentation
  • Useful Meters(Avergae Meter, EMA Meter,...)
  • Model structure printing
  • TensorBoard Summary

NOTE: MSCV requires Python 3.6+.

Installation

For pip

pip install mscv

For source

Clone the repo, cd into it and run pip install . command.

git clone https://github.com/misads/mscv.git
cd mscv
pip install -e .

For conda

source ~/anaconda3/bin/activate
conda activate <env>
python setup.py install

A configure file mscv.egg-info will be generated in the repo directory. Copy mscv and mscv.egg-info to your site-packages folder.

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

mscv-0.0.4.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

mscv-0.0.4-py3-none-any.whl (14.2 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