关于 fastrcnn tensorflow实现的另一个github代码:https://github.com/endernewton/tf-faster-rcnn。
由于作者写的很详细,基本按着来就不会有问题。这里只记录需要注意的问题:
1.在github给出的第二步中需要根据自己配置修改。
2.在Demo and Test with pre-trained models中:
fetch_faster_rcnn_models.sh
下不来,使用代理在Google cloud下载res101文档,解压后得到res101文件夹
将voc_0712_80k-110k.tgz 解压后按照如下目录布置model。
3.然后运行
./tools/demo.py
运行效果如下: