amiralansary / rl-medical

Deep Reinforcement Learning (DRL) agents applied to medical images
Apache License 2.0
177 stars 69 forks source link

dataset #11

Closed a310694487 closed 5 years ago

a310694487 commented 5 years ago

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!

amiralansary commented 5 years ago

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.

a310694487 commented 5 years ago

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

amiralansary commented 5 years ago

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