gluoncv faster_rcnn 参数修改

https://github.com/dmlc/gluon-cv/blob/master/gluoncv/model_zoo/faster_rcnn/faster_rcnn.py

对你选用的模块,修改自己的参数,或者重新新建,他有一个基类,可能重新定义会好一点。

例如:

https://github.com/dmlc/gluon-cv/blob/master/gluoncv/model_zoo/faster_rcnn/faster_rcnn.py#L326

接下来元旦有时间,看看论文,弄清细节。。。

原文地址:https://www.cnblogs.com/TreeDream/p/10191562.html