You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/03/16 10:03:51 UTC

[GitHub] [incubator-mxnet] edmBernard opened a new issue #20033: Bilateral Slice

edmBernard opened a new issue #20033:
URL: https://github.com/apache/incubator-mxnet/issues/20033


   ## Description
   
   I try to reimplement HDRNet from this paper : https://groups.csail.mit.edu/graphics/hdrnet/
   They use an operator named **bilateral slice**.
   In pytorch it's [grid_sample](https://pytorch.org/docs/stable/nn.functional.html?highlight=grid_sample#torch.nn.functional.grid_sample) but the 5D versions.
   In mxnet, I was not able to find a equivalent. As there is different name accross deep learning framework I'm not sure if I simply miss it. 
   
   ## References
   - paper that use it: https://groups.csail.mit.edu/graphics/hdrnet/data/hdrnet.pdf
   - known implementations: 
       - pytorch the 5D version : https://pytorch.org/docs/stable/nn.functional.html?highlight=grid_sample#torch.nn.functional.grid_sample
       - tensorflow from the author : https://github.com/mgharbi/hdrnet/tree/master/hdrnet/ops


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org