amiralansary/rl-medical

dataset

Closed this issue · 3 comments

Hello Amir,
Could you tell us how to make a dataset for automatic view planning? for your data set is not public.Thank you so much!

Hey,
You will find different plane samplers in detectPlaneHelper.py
This plane sampler is used during the training and testing to sample any plane from a 3d image scan.

yeah,
Thank you so much, and I wonder how to make a dataset for trainning and test from raw data.

It should be very similar to the detectPlaneHelper module. However, you may need to modify few functions if the dataset is different.