Open lixiang-ucas opened 7 years ago
You should see how your ppm data is converted. I have also encountered this problem, and I have used three methods to convert ppm data. I upload the jpg2ppm.sh script I used. Hope this can help you.
I also got the same error when running run_densecrf, even I used your pg2ppm.sh script: segmentation fault (core dumped) What else problem caused this?
@LiXiTHU @lixiang-ucas 这个问题我当时解决了很久,就是ppm文件的问题,多试几种转换ppm文件的方法
It is PPM's problems. Use matlab to trans .jpg to .ppm.
SaveJpgToPPM.m
then run at terminal:
matlab -nodesktop -nosplash -r SaveJpgToPPM
when running run_densecrf, got the following error: segmentation fault (core dumped)