Autofocus-Layer
Autofocus-Layer copied to clipboard
Autofocus Layer for Semantic Segmentation
After downloading the BRATS2015 data, HGG and LGG will go through the data pre-processing through the program you provided. What is the difference between HGG and LGG, is there a...
problem
Hello, may I ask if this Autofocus Layer can directly replace Dilated convolution? How is the effect, thank you
Hello is it possible to working with CPU? Thanks
In https://github.com/yaq007/Autofocus-Layer/blob/master/models.py Line 180 why do you use x.detach?
Thank you for your sharing. I have a question about the model setting. I want to train another new model for BRATS2015 dataset. Are the default setting in the code...
Dear Yao, Thank you for your contribution. Can you please share the code for the pre-processing used to create the small BRATS 2015 subset that you shared? Thanks,
Running python test_full.py works, but gives the following exception as score and pred_seg are not defined in the test() method: Traceback (most recent call last): File "test_full.py", line 228, in...