jeansely
jeansely
thanks for response, but i am looking for trained weights in mask-rcnn (weights in final train). because i can not train this project on CPU and windows os .
now in /utils/model the prototxt is ; bn_param { slope_filler { type: "constant" value: 1 } bias_filler { type: "constant" value: 0 } frozen: true momentum: 0.95 what are replace...
when run weigth -converter occur error in prototxt "line 109" has no field named "bn_param". and "caffe.BatchNormParameter" has no field named "slope_filler".
thanks , i see your README file.
Hi, in the pascal_voc.py from https://github.com/farizrahman4u/keras-contrib/tree/master/keras_contrib/datasets when run "pascal_voc.py oascal_voc_setup" occur some error ; **Exception originated from within Sacred. Traceback (most recent calls): File "C:\Program Files\python3.5\python-3.5.3.amd64\lib\sacred\experiment.py", line 242, in run_commandline...