Results 7 comments of Yao Qin

Hi, our experiments are designed to compare autofocus layer and dilated convolution and the results show that autofocus layer is better than dilated convolution.

Yes, this is what we claimed in our paper. A standard convolutional layer or dilated convolutional layer can be replaced by our autofocus layer to achieve better performance.

Hi Jonathan, Thanks for your contact about the bug. Please just remove the line 112 in test "return score, pred_seg". It should work now. If not, please let me know...

I think the default setting is the setting we used.

I have not tried it on the CPU. The code is initially designed for GPU. You might need to do some modifications in order to run on CPU and I...

Here we do not want the attention map to influence the weights update in the main branch. Therefore, we use x.detach to treat the features extracted from the main branch...