SUYEgit / Surgery-Robot-Detection-Segmentation

Object detection and segmentation for a surgery robot using Mask-RCNN on Python 3, Keras, and TensorFlow..
Other
181 stars 84 forks source link

Path to the pretrained model #8

Closed eyildiz-ugoe closed 6 years ago

eyildiz-ugoe commented 6 years ago

Hi,

I am trying to utilize the shared code for my own dataset, but I am stuck at one point.

PRETRAINED_MODEL_PATH = "/home/simon/logs/surgery_200/mask_rcnn_surgery_0030.h5"

How shall we replace the first line, as we don't have the pretrained model in the first place? I mean, did you use another script to create a pretrained model mask_rcnn_surgery_0030.h5, or? How did you acquire that?