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.1.tar.gz
(5.6 kB
view details)
Built Distribution
mscv-0.0.1-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file mscv-0.0.1.tar.gz
.
File metadata
- Download URL: mscv-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1192822453fcd5202a546607213960f72b856a6fd07953b60ff30efdfe23bf96 |
|
MD5 | 5ded0c7d68573ff688ea74e91dfc86ae |
|
BLAKE2b-256 | dce1d2598618ccfaa52d14ab3455024dd361cffb5b4585c82c8ce73d0952b92b |
File details
Details for the file mscv-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: mscv-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a63827dd2b3e0bfdde9fd8ad1abb65e7270c51459b61b4394d3fec5a69a679b |
|
MD5 | 42d1ab9b41aa8e3ba84976542222c5b4 |
|
BLAKE2b-256 | 852fbbc980b0ffc4a6d0acf0958ccfc1cf73628df8b53fa04ea1372c57879c37 |