Code Monkey home page Code Monkey logo

fastmaskrcnn's Introduction

Mask RCNN

Mask RCNN in TensorFlow

这个项目试图去重新实现由Kaiming He等人提出的惊人的构想: Mask R-CNN

##环境要求

原先的环境要求:

我的运行环境

  • 操作系统:Windows 10
  • Python 3.6.3
  • Tensorflow 1.4.0

如何执行

  1. 进入 ./libs/datasets/pycocotools文件夹然后运行 make
  2. 下载 COCO 的数据集, 把它们放在 ./data中, 然后执行 python download_and_convert_data.py 建立 tf-records. 这一条将会花费好长一段时间.
  3. 下载预训练的 resnet50 模型, wget http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz, 把它解压完后放到./data/pretrained_models/里面
  4. 进入 ./libs 执行 make
  5. 执行 python train/train.py 开始训练
  6. 这里可能还是会有很多很多的Bug,欢迎大家一起来修正它们

目标:

  • ROIAlign
  • COCO Data Provider
  • Resnet50
  • Feature Pyramid Network
  • Anchor and ROI layer
  • Mask layer
  • Speedup anchor layer with cython
  • Combining all modules together.
  • Testing and debugging (in progress)
  • Training / evaluation on COCO
  • Add image summary to show some results
  • Converting ResneXt
  • Training >2 images

欢迎大家贡献自己的一份力量

  • 大家可以先移步原作者的仓库里面进行编辑
  • 此处的代码仅做为测试
  • Anything helps this repo, including discussion, testing, promotion and of course your awesome code.

万分感谢

此项目从下面借鉴了很多的代码

License

LICENSE 查看更多信息.

fastmaskrcnn's People

Contributors

tabll avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.