superboubek/bcd

bcd_cli crashes at a specific resolution.

Opened this issue · 1 comments

ykozw commented

Hi, I found bug.
you can reproduce with a very simple procedure on Windows 10.

  1. create 1920x1147, white pixel(1.0f) image, with 3 samples.
    https://www.dropbox.com/s/ae5mp4d8ute8b7x/bcd.raw?dl=0
  2. $> raw2bcd.exe bcd.raw tmp
  3. $> bcd_cli --use-cuda 0 -i tmp.exr -h tmp_hist.exr -c tmp_cov.exr -o out.exr

Thanks.