Git Product home page Git Product logo

mask_rcnn's Introduction

English Introduce here

mask rcnn具体原理见Matterport Mask RCNN

具体修改部分

增加C1特征层至mrcnn分支中,以应对小物体如车辆的检测

修改mrcnnfe分类损失函数为focal loss损失,解决训练样本分布不均衡问题

修改训练数据生成部分代码,使用keras.utils.Sequence代替python迭代器,更安全,避免加载相同数据

效果

汽车汽车

飞机

港口

网球场

数据集(DOTA-v1.5)

请自行转换格式

使用该项目

请在train.py中配置相关参数,如何配置请参考(https://github.com/matterport/Mask_RCNN/blob/master/samples/shapes/train_shapes.ipynb)

请按格式配置数据集,参考multiobjectdataset下的文件

运行train.py

focal loss使用

focal loss下降缓慢,建议先使用交叉熵损失,后使用focal loss

默认使用交叉熵损失,若要使用focal loss,请取消注释model.py的1117行并修改对应的alpha值,取消注释1121行,注释1114行

mask_rcnn's People

Contributors

waleedka avatar chienwong avatar keineahnung2345 avatar philferriere avatar borda avatar coreyhu avatar cpruce avatar jningwei avatar ps48 avatar maxfrei750 avatar viredery avatar yanfengliu avatar cclauss avatar concerttttt avatar jmtatsch avatar bill2239 avatar llltttppp avatar marluca avatar mowoe avatar np-csu avatar robaleman avatar xelmirage avatar yqnlp avatar ziyigogogo avatar veemon avatar stevenhickson avatar skt7 avatar rymalia avatar moorage avatar manasbedmutha98 avatar

Stargazers

JYOTHIR ROSE K J avatar  avatar  avatar

Watchers

 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.