I ran the Examples_Of_Table_To_Image_Conversion.py file and it produced the expected output images. I now am attempting to create my own images, but when I add my own test data, and follow the same steps as Examples_Of_Table_To_Image_Conversion.py, it produces empty images and data text files. The script runs otherwise as expected, and produces all other images and text files correctly with no error. Is there a way I can debug what is going on with the algo?
For those of you in the future reading this, this happens when your total feature # does not match the colsrows number. my feature list was including my index accidentally and thus was rowscols + 1.
Hello,
I ran the Examples_Of_Table_To_Image_Conversion.py file and it produced the expected output images. I now am attempting to create my own images, but when I add my own test data, and follow the same steps as Examples_Of_Table_To_Image_Conversion.py, it produces empty images and data text files. The script runs otherwise as expected, and produces all other images and text files correctly with no error. Is there a way I can debug what is going on with the algo?