Using Mask R-CNN Modeling for Object Detection and Its Various Applications
By: Nicole AdelsonMentors: Dr. Edward Currie and Dr. Yimin Zhao
Objectives
● To explore Mask Region-based Convolutional Neural Network (Mask R-CNN) to develop a model that uses pixel-level segmentation to aid in detecting specific objects in an image
● To identify applications that can use the method of object detection in a variety of fields
Main Python Libraries
● Tensorflow
● Keras
Chosen IDE
● PyCharm
Supporting Python Libraries Including, but not limited to:
● NumPy
● Skit-Image
● Matplotlib