Thanks for the video. isnt the output of the resnet put through 1x1 so that it can concatenate with the 1x1 cov output on the atrous conv output ?
@SLguitarGuy2 жыл бұрын
Thanks for the explanation.How is the aggregation done?
@omarabubakr65242 жыл бұрын
thanks for that clear explanation!!
@Mansoor-qf3mw2 жыл бұрын
Hi, thanks for the explanation! What does the rate of sampling actually mean?
@amiraghdam2 жыл бұрын
Simply put, sampling rate is a measure in atrous convolution by which you can control the dilation of a convolutional kernel that gives a network multiple fields of view over the input feature maps. By utilizing atrous convolutions in a parallel manner over the same feature maps, you can boost a network to capture multi-scale features from inputs.