Datastore Mask R-CNN for kidney segmentation
3 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Prince Kumar
2022 年 4 月 6 日
Hi,
Please read the "Create Datastore that Reads Data" section from the following documentation.
Hope this helps!
3 件のコメント
Prince Kumar
2022 年 4 月 7 日
I think you are not preparing the data properly.
Then try to create combine the image datastore and box label datastore.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!