ToniButland1998
ToniButland1998
@Yan81192 Hi Yan, how did you find the maps. I can't find any file related to the maps in this repository. Thank you for your help!
> according to the paper: http://www.ipol.im/pub/art/2012/l-bm3d/ > >  > > The hard-threshold step uses sigma as a reference. I guess you have to enter a sigma estimate. Thank you...
I think you can try export to onnx by yourself. Have you ever tried export to onnx? How is the onnx inference performance?
I write a export_to_onnx.py And It can export pytorch model to onnx. You may try it : ```python from __future__ import absolute_import from __future__ import division from __future__ import print_function...