You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detection and Segmentation of Kayakers using Mask R-CNN
This project is based on Mask R-CNN implementation.
The model generates bounding boxes and segmentation masks for each instance of a kayaker in the image.
Model is trained on custom dataset and it's based on Feature Pyramid Network (FPN) and a ResNet101 backbone.
The custom dataset consists of 65 kayaker images with pixel-by-pixel polygon annotations.