Skip to content

Pedestrians detection and Instance Segmentation with Mask R-CNN using transfer learning in Pytorch on PennFudanPed Dataset

Notifications You must be signed in to change notification settings

AmrElsersy/Pedestrians-Instance-Segmentation

Repository files navigation

Pedestrians Instance Segmentation with Mask R-CNN using Pytorch

Pedestrians detection and segmentation with Mask R-CNN using transfer learning on PennFudanPed Dataset Implemented in Pytorch

Screenshot from 2020-10-28 14-59-52

Dataset

PennFundanPed Dataset consist of 170 images of pedestrians and segmentation mask for each image

Dataset Link: (https://www.cis.upenn.edu/~jshi/ped_html/)

Neural Network

  • Used a pretrained Mask R-CNN

  • Transfer learning on Faster R-CNN used by Mask R-CNN to modify the fully connected layers responsiple for classfication and bounding boxes regression

  • Transfer learning on last layer of the mask detection of Mask R-CNN

  • Fixed feature extractor

Examples

Screenshot from 2020-10-28 15-17-50

Semantic Segmentation (using same color for each class)

z3

z2

z1

About

Pedestrians detection and Instance Segmentation with Mask R-CNN using transfer learning in Pytorch on PennFudanPed Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages