Skip to content

Files

Latest commit

 

History

History

LKU-Net-Affine_RnR-ExM-2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

We extend LKU-Net with an Affine Head for the recent RnR-Exm 2023 Challenge.

The affine head is adopted from TransMorph.

The code and detailed description will be updated in the following weeks.

Updating

  • Update the Model.py, from which one can directly call LKU-Net-Affine. April 18 2023.
    LKU-Net-Affine = UNet(2, 8)

  • Updated the pre-trained model on the mouse dataset, see here. Oct 11 2023.\

  • Update the training and testing configurations.

  • Update detailed descriptions about the LKU-Net-Affine.