關於 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
運行效果如下: