Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training the Mask-RCNN model on a new class of objects comprising o… #2681

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Shubhi3199
Copy link

@Shubhi3199 Shubhi3199 commented Aug 30, 2021

Training the Mask-RCNN model on a new class of objects comprising of Tom & Jerry Cartoon characters

The approach utilizes Mask R-CNN for cartoon character detection, segmentaion and then utilizes transfer learning for training VGG16 CNN for emotion classification in cartoon images.

Important Updates - Refer Code here

  • TomJerry.py - main file to train the Mask-RCNN model on custom dataset (images & json files) comprising of Tom & Jerry Characters.
  • Inspect_TomJerry_Model.ipynb - For visualizing the cartoon character face masks generated by the Mask-RCNN model on Tom-Jerry Dataset.
  • Tom_&_Jerry_TF_2.1_Combined.ipynb - Comprises of the complete flow of the project in a single ipynb file, which includes :
    • Detection of Cartoon character in the input frame
    • Segmentation of the cartoon charatcer's face mask
    • Training VGG16 model for classifying the emotion of the cartoon charatcer in the image into 4 categories namely, 'Happy', 'Sad', 'Angry', and 'Surprise'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant