Coder Social home page Coder Social logo

juliaeveritt / mrcnn_annotation_tool Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.05 MB

Custom tool for annotation of TEM images using Mask R-CNN, developed for my Engineering Physics thesis in collaboration with CNL and Queen's Computational Materials Group.

License: Other

Jupyter Notebook 90.88% Python 9.12%

mrcnn_annotation_tool's Introduction

Mask R-CNN for Object Detection and Segmentation

This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature Pyramid Network (FPN) and a ResNet101 backbone.

This model was applied to the annotation of TEM images as part of my Undergraduate Thesis at Queen's University in collaboration with Queen's Computational Materials group (Professor Laurent Beland, Yezhou Ni, Jun-Tiang Zhang) and CNL. Tkinter was used to build a UI for reviewing model-generated annotation and revising them as needed.

  • hydride_prediction.ipynb gives an example of using mask r-cnn to annotate a single image.
  • annotation_tool.ipynb contains code for the GUI to annotate images using mask r-cnn and manually revise annotations as needed. Any annotation revisions are saved to a .csv file.
  • report.pdf contains my final thesis report with more information on the project and its use.

Installation

  1. Clone this repository
  2. Run setup from the repository root directory
$ conda create env -f environment.yml

mrcnn_annotation_tool's People

Contributors

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