Thank you for sharing the open source code! I have a few questions regarding the code:
In the train.py file,
"img_label": tf.placeholder(tf.float32, shape=(640, 640, 3)), # target deformation map "shapes": tf.placeholder(tf.float32, shape=(None, 3)), # relative positions
Could you clarify how these two variables are stored and represented? For instance, is the target deformation map a mask or a heat map-like image?
In your MICCAI-related paper, you mention using Python version 3.6.8, yet the README indicates Python 3.9 (TMI paper). Additionally, the code in train.py # Specify target organ organ = "liver" appears to be related to the code used for MICCAI. Does this repository currently correspond to IGCN or IGCN+?
Thank you for sharing the open source code! I have a few questions regarding the code:
"img_label": tf.placeholder(tf.float32, shape=(640, 640, 3)), # target deformation map "shapes": tf.placeholder(tf.float32, shape=(None, 3)), # relative positions
Could you clarify how these two variables are stored and represented? For instance, is the target deformation map a mask or a heat map-like image?# Specify target organ organ = "liver"
appears to be related to the code used for MICCAI. Does this repository currently correspond to IGCN or IGCN+?