Skip to content

vrdelc/prediction_Mask_RCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict with Mask Mask_RCNN

Configuration

Clone this repository

Install Mask RCNN as indicated in github

Due to problem AttributeError: module 'tensorflow' has no attribute 'log', install TensorFlow version 1.13.1 and Keras 2.1.0

You can download a trained model in releases

How to use the script

Call predict.py script with this parameters:

  • "-d", "--dataset", required=True, help="path to input image to apply Mask R-CNN to"
  • "-w", "--weights", required=True, default="mask_rcnn_coco.h5", help="path to Mask R-CNN model weights pre-trained on COCO"
  • "-l", "--labels", required=False, default="coco_labels.txt", help="path to class labels file"
  • "-s", "--size", required=False, help="size to the test the script, if not all the images are processed"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages