SPAC-Deformable-Registration icon indicating copy to clipboard operation
SPAC-Deformable-Registration copied to clipboard

Reinforcement learning for deformable image registration, AAAI 2022

Results 10 SPAC-Deformable-Registration issues
Sort by recently updated
recently updated
newest added

Hi, I tried to test the trained model, but I can't find the right test data in the config.py (TEST_DATA = '/datasets/liver/lspig_affine_test_3d.h5'). It seems that you used the preprocessed test...

I want to reproduce this experiment,but i didn't know what is the relationship between the TRAIN_DATA and the TRAIN_SRG_DATA ,does the TRAIN_SRG_DATA means the label of the TRAIN_DATA? Would you...

Hi Ziwei, 1. could you please share the dataset in this paper? 2. in utils.py line 22, "from labels import BrainLabel" , where is the 'labels'?

Dear author, I wonder that maybe the actor module was missing in brain.py and network.py I have searched all of your repo and can't find any clue about it. Hope...

Hi, Thanks for your great work! You mentioned that image style transfer with Deep Reinforcement Learning. Do you plan to release the image style transfer code as well? I find...

Thank you very much for your contribution May I ask if it is ok to put all the h5 datasets into a folder and then change the json? Can you...

could you please share your test data lspig_affine_test_3d.h5 and sliver_affine_test_3d.h5. Thank you so much

Could you please tell me how long it took you to train the 3d experiment?Thank you so much

您好,不好意思打扰了,请问我该怎么训练我自己的3d数据集,我的数据集是.nii格式。

Hi Ziwei, According to the paper, there should be an update for both the planner and the actor using reg_loss: ![image](https://user-images.githubusercontent.com/83074086/220091091-2e8f48a2-6570-4741-bc7c-677dd57aff5b.png) However, in the code you seem to update only...