Skip to content

Pedestrian and Balloon instance segmentation projects using Pytorch and Mask R-CNN.

License

Notifications You must be signed in to change notification settings

NickKaparinos/Instance-Segmentation-Projects

Repository files navigation

Instance-Segmentation-Projects

Pedestrian and Balloon Instance Segmentation projects using Pytorch and Mask R-CNN.

Instance Segmentation

Instance segmentation is a challenging computer vision task that requires the prediction of object instances and their per-pixel segmentation mask. This makes it a hybrid of semantic segmentation and object detection.

Mask R-CNN

Deep Learning methodologies are able to do end-to-end object detection using Convolutional Neural Networks. The algorithms designed to do object detection are based on two approaches - one-stage object detection and two-stage object detection. One-stage detectors have high inference speeds and two-stage detectors have high localization and recognition accuracy. The two stages of a two-stage detector can be divided by a RoI (Region of Interest) Pooling layer. One of the prominent two-stage object detectors is Faster R-CNN. It has the first stage called RPN, a Region Proposal Network to predict candidate bounding boxes. In the second stage, features are by RoI pooling operation from each candidate box for the following classification and boundingbox regression tasks. Mask R-CNN is an extention of Faster R-CNN for instance segmentation. [Bibliometric Analysis of One-stage and Two-stage Object Detection]

Pedestrian Instance Segmentation

Training and Evaluation Learning Curve

Inference examples and comparison to Ground Truth

                       Image                                            Predictions                                     Ground Truth             

Balloon Instance Segmentation

Training and Evaluation Learning Curve

Inference examples and comparison to Ground Truth

                       Image                                            Predictions                                     Ground Truth             

About

Pedestrian and Balloon instance segmentation projects using Pytorch and Mask R-CNN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages