Researcher.YuanYuhui

Results 22 issues of Researcher.YuanYuhui

Really good repo. I have a small question about the influence of the DSN, could you share your results w/o the dsn supervision? I find that the influence of DSN...

@sacmehta Really impressive work! It is great to see that you have open-sourced the implementation of DimConv😁 We are wondering whether you have any plan to release the optimized implementation...

Really good work! We have attempted to train our model with the pytorch1.2 and the updated your latest inplace ABN. We find that the performance (with all the same training...

It seems that there exist a strange bug with this line of code, https://github.com/mapillary/inplace_abn/blob/7c85a8df3931987cca7185e0341885883fd82a5b/modules/functions.py#L159 when calling the API `nn.parallel.parallel_apply`. I am using Ubuntu 16.04 with CUDA10.0 installed with Pytorch1.0 and...

https://github.com/facebookresearch/video-nonlocal-net/issues/58 Please refer to this issue.

Hi, I am wondering whether have you considered to implement the general form of the non-local operator, where we compute the attention of a given kernel size for each pixel....

https://github.com/itijyou/ademxapp/blob/090199034c2c38e3b87021bf0216ccbb8c130d19/issegm/voc.py#L649

Thanks for your project. I have some questions about the implementation of the relative positional encoding. According to your implementation, the memory cost is O((H^2W^2) while the paper mentions that...

hi, I am doing some topic in deep metric learning and I have some proof the normalization for the fully connected layer can help us. But I am wondering whether...

Congrats on your great work! I am verifying your method on vision tasks and have a small concern on the influence of the "conv_kernel_size" of the 2D group-convolution in your...