qdushuaicao / R-FCN-with-FPN

change py-rfcn with FPN
2 stars 0 forks source link

运行 #1

Open wanghangege opened 3 years ago

wanghangege commented 3 years ago

请问可以运行吗,环境条件是什么呢,谢谢你的回答

qdushuaicao commented 3 years ago

可以参考R-FCN,在此基础上 做对应的修改即可。我应该是测试好后上传的。参考: (1条消息) py-rfcn中遇到的错误_Daniel@1994的博客-CSDN博客。希望能够帮助您。

曹帅

caoshuai1994@yeah.net | 签名由网易邮箱大师定制 在2020年12月2日 10:55,wanghangegenotifications@github.com 写道:

请问可以运行吗,环境条件是什么呢,谢谢你的回答

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wanghangege commented 3 years ago

Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: PSROIAlign

你好,请问这个错误怎么修改呢,感激不尽.

wanghangege commented 3 years ago

你好,我已经跑通,您的一个文件,并将该文件在"https://dgschwend.github.io/netscope/#/editor"网站上进行可视化,该文件是.R-FCN-with-FPN-master/models/pascal_voc/ResNet-50/rfcn_end2end/train_agnostic_ohem_withFPN.prototxt,并没有发现有使用FPN结构,因此想向您确认一下,该网络结构并没有将FPN和RFCN进行结合,另外,并没有发现该文件的测试文件,请问您有可以提供吗,感激.

qdushuaicao commented 3 years ago
该代码中实现的是FPN的特征融合阶段,没有像FPN使用多个RPN。在此代码的基础上,可以按照FPN的网络结构,使用多个rpn子网络,仅仅修改RPN网络即可。等过段时间我会更新一次。 曹帅

caoshuai1994@yeah.net | 签名由网易邮箱大师定制 在2020年12月5日 22:54,wanghangegenotifications@github.com 写道:

你好,我已经跑通,您的一个文件,并将该文件在"https://dgschwend.github.io/netscope/#/editor"网站上进行可视化,该文件是.R-FCN-with-FPN-master/models/pascal_voc/ResNet-50/rfcn_end2end/train_agnostic_ohem_withFPN.prototxt,并没有发现有使用FPN结构,因此想向您确认一下,该网络结构并没有将FPN和RFCN进行结合,另外,并没有发现该文件的测试文件,请问您有可以提供吗,感激.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

wanghangege commented 3 years ago

好的,谢谢