Datastore Mask R-CNN for kidney segmentation

4 vues (au cours des 30 derniers jours)
Odo Luo
Odo Luo le 2 Avr 2022
Commenté : Odo Luo le 11 Avr 2022
I have
  • several CT images 512x512 with normalized values between 0 and 1. Basically 2dimensional black white images
  • Kidney labels for each images with 0 or 1
  • for each image 2 boxes with x,y,height, width (for each kidney of the human)
  • and the labels I could generate (always 'kidney' I guess?)
How do I generate a datastore to train the network, as described here under "Create Datastore":
They convert it somehow from some MAT files with some custom function, hence I do not know how to assemble my own training data into a data store

Réponse acceptée

Prince Kumar
Prince Kumar le 6 Avr 2022
Hi,
Please read the "Create Datastore that Reads Data" section from the following documentation.
You can also read Datastores for deep learning for more understanding.
Hope this helps!
  3 commentaires
Prince Kumar
Prince Kumar le 7 Avr 2022
I think you are not preparing the data properly.
Try to prepare the boxLabelDatastore properly. You can check the examples here : link
Then try to create combine the image datastore and box label datastore.
Odo Luo
Odo Luo le 11 Avr 2022
Thank you for your help!
I have a more concrete question regarding the image datastore and made a seperate question!
But you put me on the right track, lots of thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by