TransMEF icon indicating copy to clipboard operation
TransMEF copied to clipboard

Problems about testing

Open CBY-9527 opened this issue 3 years ago • 1 comments

Thanks for sharing the code. The training can be implemented normally, but there is a problem during the test. I ran the test code and reported an error. The test image should be cropped into 256*256 blocks and combined into the original image size, but the corresponding code was not found. Will the code for generating the original image size be made public?

CBY-9527 avatar Mar 21 '22 07:03 CBY-9527

Thanks for sharing the code. The training can be implemented normally, but there is a problem during the test. I ran the test code and reported an error. The test image should be cropped into 256*256 blocks and combined into the original image size, but the corresponding code was not found. Will the code for generating the original image size be made public?

Hello! Thanks for your attention! We have not implemented this part of the code yet, but we will release it as soon as possible.

HardworkingLittlequ avatar Mar 23 '22 05:03 HardworkingLittlequ

@CBY-9527 We recommend to use the sliding window strategy to fuse input images of arbitrary non-256 * 256 size, i.e., fusing images of 256 * 256 window size at a time.

The code is available now at fusing intput images with arbitary size

miccaiif avatar Oct 06 '22 03:10 miccaiif