bodokaiser / mrtoct-tensorflow

Tensorflow models for MRI to CT synthesis.
https://arxiv.org/abs/1901.05259
26 stars 5 forks source link

fix out of range sampling from mrtoct.patch.sample_meshgrid_3d #6

Closed bodokaiser closed 7 years ago

bodokaiser commented 7 years ago

It seems that mrtoct.patch.sample_meshgrid_3d produces indices which are out of range for the specified volume dimensions or for some other reason incompatible with tf.slice. We should investigate further into this and