Recursive-Cascaded-Networks
Recursive-Cascaded-Networks copied to clipboard
[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
Hi, I tried multiple options for the number of cascades. For small number of cascades, the training process normally finished at roughly 2e-01 loss. However, for bigger cascades option, the...
File "eval.py", line 147, in main() File "eval.py", line 74, in main 'segmentation_class_value', None), fast_reconstruction=args.fast_reconstruction, validation=True) File "/2T/lbh/Recursive-Cascaded-Networks-master/network/framework.py", line 72, in __init__ augPt2 = augmenetation_pts(point2) File "/2T/lbh/Recursive-Cascaded-Networks-master/network/framework.py", line 68, in...
Dear author: Your code pred_liver.py provides how to draw a Grid, what is the meaning of Grid visualization? How to judge whether the Grid is correct? The displacement and Grid...
 Hello, as the cascade number increases, the model size should gradually increase, this can be seen on VTN network, but on VoxelMorph network why increase only 3MB each time,...
Hi, how can I use the custom warp with linux system? Could you give me some advices to implement the custom warp on linux?
created a requirements.txt file to ease the installation python libraries
Thank you for your previous reply. I have encountered several problems recently, and I hope to get your advice again **Q1**:This error occurs when I run the demo.py with the...
hi, author, when i freeze the model, what should be set as output_node_names? for example, if i use 'save/SaveV2' and generate a .pb model. when i load .pb model, it...
hello,while I was running your code, there was a problem: Traceback (most recent call last): File "eval.py", line 147, in main() File "eval.py", line 82, in main tf.global_variables_initializer().run() File "E:\anaconda3\envs\R\lib\site-packages\tensorflow\python\framework\ops.py",...
Thanks for your work in this field. I have tried your code. It gives results as reported. However, the flow field is not given. Note the flow field is quite...