XinJCheng / CSPN

Convolutional Spatial Propagation Network
496 stars 92 forks source link

How to implement WASPP? #12

Closed yellowYuga closed 5 years ago

yellowYuga commented 5 years ago

How to implement WASPP?Is that using ASPP to get multi-scale feature pooling without feature size reduction first ,then using weighted pooling(2d cspn) like WSPP.Or just using dailation conv in 2d cspn's conv? btw,is max_of_4_tensor used in Stereo or just used in Depth Completion ?

Thanks a lot.