1 Star 0 Fork 13

xiaoxingbobo/CnSTD

forked from breezedeus/CnSTD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gpu.Makefile 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
breezedeus 提交于 2021-08-24 11:05 . add configs for gpu
MODEL_NAME = db_resnet18
train:
cnstd train -m $(MODEL_NAME) --train-config-fp examples/train_config_gpu.json -i data
predict:
cnstd predict -m $(MODEL_NAME) --model_epoch 29 --rotated-bbox --box-score-thresh 0.3 --resized-shape 768,768 \
--context cuda:0 -i examples -o prediction
package:
python setup.py sdist bdist_wheel
VERSION = 1.0.0
upload:
python -m twine upload dist/cnstd-$(VERSION)* --verbose
.PHONY: train predict package upload
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiaoxingbobo-personal/cnstd.git
git@gitee.com:xiaoxingbobo-personal/cnstd.git
xiaoxingbobo-personal
cnstd
CnSTD
master

搜索帮助