开源项目学习MASK_RCNN问题记录之一 balloon.py: error: the following arguments are required: <command>, --weights
balloon.py: error: the following arguments are required: , --weights
·
刚从gethub拿到代码Mask_RCNN2.1的代码,点击运行bellon.py。报错:
解决:
点击运行→编辑配置
在形参中输入:
train --dataset=../../ballon --weight=cocot
train表示运行模式,dataset表示使用的数据集,weight表示训练的权重参数。
更多推荐
所有评论(0)