Image-Adaptive-3DLUT icon indicating copy to clipboard operation
Image-Adaptive-3DLUT copied to clipboard

27472 Segmentation fault

Open jeason-zhou1 opened this issue 3 years ago • 7 comments

hello, how can i solve this problem? I looked it up online and said it was memory or Pointers?

jeason-zhou1 avatar Jan 02 '21 15:01 jeason-zhou1

i use cuda100 ,torch1.3.1 ,torchvision0.2.2 python3.6

jeason-zhou1 avatar Jan 02 '21 15:01 jeason-zhou1

also segment Fault

YinengXiong avatar Jan 26 '21 13:01 YinengXiong

also segment Fault

did you solved it?

lexilii avatar Feb 14 '22 10:02 lexilii

make sure that the values of the image is in [0,1]

ironheads avatar Sep 13 '22 12:09 ironheads

make sure that the values of the image is in [0,1]

in the datasets.py, "TF.to_tensor" is to convert 0/255 to the 0/1 range, why is there still a "Segmentation fault” error

liuwanqingqing avatar Apr 12 '24 12:04 liuwanqingqing

make sure that the values of the image is in [0,1]

in the datasets.py, "TF.to_tensor" is to convert 0/255 to the 0/1 range, why is there still a "Segmentation fault” error

do not know, by the way, the implementation is wrong(i think). when i reviewed the cu file, i think the author made a mistake in the dimensions' order.

ironheads avatar Apr 12 '24 12:04 ironheads

make sure that the values of the image is in [0,1]

in the datasets.py, "TF.to_tensor" is to convert 0/255 to the 0/1 range, why is there still a "Segmentation fault” error

do not know, by the way, the implementation is wrong(i think). when i reviewed the cu file, i think the author made a mistake in the dimensions' order. Many thanks for your replying. Do you have a successful solution to this problem?

liuwanqingqing avatar Apr 12 '24 12:04 liuwanqingqing