matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.53k stars 11.68k forks source link

training on my own dataset #2384

Open keeganNull opened 3 years ago

keeganNull commented 3 years ago
  Even though I tried read the train_shapes.ipynb, I still don't know how to use it.Like the guidance tell me to override some functions(load_shapes(), load_image(), load_mask(),load_reference()) . I really don't know how can I do it.
  And my dataset can be transofmed like the datasets of nucleus(https://www.kaggle.com/c/data-science-bowl-2018/data?select=stage2_sample_submission_final.csv.zip).If you can help me, I will appreciate it.
keeganNull commented 3 years ago

And there is only one label in my dataset.So i don't know how to handle the label csv.

sirbastiano commented 3 years ago

Similar problem of yours, I have imgs and masks (boolean). I don't know how to import them in the proper way.

huangzy97 commented 3 years ago

https://blog.csdn.net/qq_29462849/article/details/81037343