暂无描述

Dimitri Korsch 1e021e5ab9 updated README 2 年之前
cvmodelz eafa51499c new version 2 年之前
tests f6abdbf147 removed dependency on the chainer_addons package 2 年之前
.coveragerc 2481ed5cde removed not needed methods 4 年之前
.editorconfig f58798c481 copied and adapted content from chainer_addons 4 年之前
.gitignore 43e4cfb78a initial commit 4 年之前
Makefile 3f99d4bf2a updated install rule in the Makefile 4 年之前
README.md 1e021e5ab9 updated README 2 年之前
deploy_latest.sh 43e4cfb78a initial commit 4 年之前
requirements.txt eafa51499c new version 2 年之前
setup.py 4f304a41d5 fixed Resnet prepare func 3 年之前

README.md

cvmodelz

"Why is it written with 'z'? Because 'cvmodels' already exists ¯\_(ツ)_/¯"

Installation

pip install cvmodelz

Built-in scripts

python -m cvmodelz.model_info cvmodelz.InceptionV3
python -m cvmodelz.model_info cvmodelz.InceptionV3 -size 427 --device 0
python -m cvmodelz.model_info cvmodelz.ResNet50 -size 448 --device 0