panakino / fbpconv_tf

tensorflow implementation for FBPConvNet
GNU General Public License v3.0
19 stars 15 forks source link

how to use load_whole_data function to get FBP images? #1

Open frshiyi opened 6 years ago

frshiyi commented 6 years ago

As I want to make fbp images, I want to have a sight of what 'load_whole_data function' can do. As the dataset provided is downsampling ellipsoids images after FBP process, what data can be fed to 'load_whole_data function' ?

Thanks a lot!

panakino commented 6 years ago

The role of load_whole_data routine is making sparse & full view FBP images from original GT images. Therefore, original GT images (if you have) need to be fed into that function.