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.
Release files for mscv 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mscv-0.0.4.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mscv-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.0 kB
Release files / mscv-0.0.4.tar.gz
| Download URL | mscv-0.0.4.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b84a18047842d06539443017c2d95b4e6760c711d3719ef47bdd6403820811ec
|
|
BLAKE2b-256 checksum How to use checksums |
07bbb428c537564528730d4817e3a5bd6dc550e32bffd3c840ee6d27a0aed50d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / mscv-0.0.4-py3-none-any.whl
| Download URL | mscv-0.0.4-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69f175f778fc4adad2dec8e332b56ff1987ce078a914b63d9a38d24f7c1907f8
|
|
BLAKE2b-256 checksum How to use checksums |
7b0b6963283e14c932cfe48c451744357e67fe5cab2227e6044e04f977846779
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|