pybm3d icon indicating copy to clipboard operation
pybm3d copied to clipboard

Python wrapper around bm3d

Results 15 pybm3d issues
Sort by recently updated
recently updated
newest added

an issue here! check FFTW: Warning: fftw 3.3.9 is already installed and up-to-date. running after downloading: `Running setup.py install for pybm3d ... error ERROR: Command errored out with exit status...

Unable to install package pybm3d... I am getting the error during installation.. >pip install pybm3d Collecting pybm3d Using cached pybm3d-0.2.1.tar.gz (1.1 MB) Requirement already satisfied: setuptools>=18.0 in c:\users\amit\anaconda3\lib\site-packages (from pybm3d)...

I tried installing pybm3d using pip on my machine (macOS Big Sur 11.1), yet it fails with the message "Command errored out with exit status 1". I've tried the macOS...

Hi. I tried to install pybm3d using pip but I am getting the following error. ``` bm3d_src/iio.c: At top level: bm3d_src/iio.c:1209:23: fatal error: jpeglib.h: No such file or directory compilation...

Working on a remote server running Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-79-generic x86_64) I am able to install pybm3d using pip, but once I run it on the [example provided](https://github.com/ericmjonas/pybm3d#example) the...

bug

installed of PyBM3D but still this problem ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pybm3d/bm3d.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pybm3d/bm3d.cpython-36m-darwin.so Reason: image not found

ths for your kind work, since using python interface with something wrong, I build it from bm3d_src, here is my hardware: `88 Intel(R) Xeon(R) CPU E5-2696 v4 @ 2.20GHz` I...

when I install bm3m,then ```import pybm3d``` ,error occur,, ```/pybm3d/bm3d.so: undefined symbol: lzma_stream_decoder``` ,actually , I install lzma library already,so what happened to me?

Hello, Running on a Mac, clean install today (required upgrading libpng, libjpeg, libtiff by hand for some reason). When I run the demo from the README, I get poor performance:...

The type conversion of the output of run_bm3d_wrap from np.float32 to the input dtype leads to numeric overflow in the output when the input dtype is uint8. It appears the...