1. 程式人生 > >Fast RCNN筆記2:tf-faster-rcnn demo 調試

Fast RCNN筆記2:tf-faster-rcnn demo 調試

tar .py ast tensor 得到 res etc test 詳細

關於 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

運行效果如下:

技術分享圖片

Fast RCNN筆記2:tf-faster-rcnn demo 調試