1 Star 0 Fork 0

hqk1234/Faster-RCNN-TensorFlow-Python3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

tf-faster-rcnn

Tensorflow Faster R-CNN for Windows and Linux by using Python 3

This is the branch to compile Faster R-CNN on Windows and Linux. It is heavily inspired by the great work done here and here. I have not implemented anything new but I fixed the implementations for Windows, Linux and Python 3.

Currently, this repository supports Python 3.5, 3.6 and 3.7. Thanks to @morpheusthewhite

PLEASE BE AWARE: I do not have time or intention to fix all the issues for this branch as I do not use it commercially. I created this branch just for fun. If you want to make any commitment, it is more than welcome. Tensorflow has already released an object detection api. Please refer to it. https://github.com/tensorflow/models/tree/master/research/object_detection

If you find a solution to an existing issue in the code, please send a PR for it.

Also, instead of trying to deal with Tensorflow, use Chainer. It is ready to be used with all the common models https://github.com/chainer/chainercv & https://github.com/chainer/chainer . I can reply all of your questions about Chainer

How To Use This Branch

  1. Install tensorflow, preferably GPU version. Follow instructions. If you do not install GPU version, you need to comment out all the GPU calls inside code and replace them with relavent CPU ones.

  2. Checkout this branch

  3. Install python packages (cython, python-opencv, easydict) by running
    pip install -r requirements.txt
    (if you are using an environment manager system such as conda you should follow its instruction)

  4. Go to ./data/coco/PythonAPI
    Run python setup.py build_ext --inplace
    Run python setup.py build_ext install
    Go to ./lib/utils and run python setup.py build_ext --inplace

  5. Follow these instructions to download PyCoco database. I will be glad if you can contribute with a batch script to automatically download and fetch. The final structure has to look like
    data\VOCDevkit2007\VOC2007

  6. Download pre-trained VGG16 from here and place it as data\imagenet_weights\vgg16.ckpt.
    For rest of the models, please check here

  7. Run train.py

Notify me if there is any issue found.

MIT License Copyright (c) 2017 Deniz Beker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7) 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hqk1234/Faster-RCNN-TensorFlow-Python3.git
git@gitee.com:hqk1234/Faster-RCNN-TensorFlow-Python3.git
hqk1234
Faster-RCNN-TensorFlow-Python3
Faster-RCNN-TensorFlow-Python3
master

搜索帮助