GithubHelp home page GithubHelp logo

wamm0909 / mask-cascade-rcnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gakkiri/mask-cascade-rcnn

0.0 1.0 0.0 3.43 MB

A simple Mask-Cascade-RCNN implementation.

Python 4.72% Jupyter Notebook 95.28%

mask-cascade-rcnn's Introduction

Mask-Cascade-RCNN

A simple Mask-Cascade-RCNN implementation. Not perfect, only for learning and reference.

Paper:

Mask RCNN
Cascade RCNN

Motivation

The purpose of implementing this code is to comb the knowledge system of Mask-RCNN and Cascade-RCNN, and make the code readable and easy for others to learn.

Most implementations of Mask-RCNN are very complex and hard to read, and this repo, without the need for compilation and complex installation, is very handy. The code structure was a reference to Detectron2, and it was very easy to run on WINDOWS and LINUX.

How to use

  • If you want to train this model, you can easily start by modifying config.pyand using python train.py.
  • If you want to use trained weights, here is a checkpoint with only a simple train without tuning, but it's a little bit bigger (1.1gb, ResNet-101 as backbone). Note the modification of the checkpoint file path in the demo code.
  • Refer to demo.py for the test.

If you want to train your custom dataset, please refer here to write your own dataset code.

Environment

torch>=1.4
torchvision>=0.4
opencv-python==4.1.2.30
albumentations
pillow
timm
tensorboardX
easydict
fvcore

Dataset

The dataset currently used is WGISD.

This is a small dataset, which is convenient for experiments.

Experiments and results

The train curve

curve

Result visualization

sample

result

mask-cascade-rcnn's People

Contributors

gakkiri 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.