According to the DSSD paper, "Following SSD, and fitting the Residual architecture,...." the added extra layers are Residual blocks, however, in this repo, it's just two conv layers. Is there any benefit of using Residual blocks? And for the residual blocks, is the paper using kernel size = 33 stride = 2 or kernel size=11 and stride =2? I can't find details in the paper. Besides, do you have any plan of releasing the code of DSSD? Thanks!
According to the DSSD paper, "Following SSD, and fitting the Residual architecture,...." the added extra layers are Residual blocks, however, in this repo, it's just two conv layers. Is there any benefit of using Residual blocks? And for the residual blocks, is the paper using kernel size = 33 stride = 2 or kernel size=11 and stride =2? I can't find details in the paper. Besides, do you have any plan of releasing the code of DSSD? Thanks!