zhuyitan / IGTD

Image Generator for Tabular Data (IGTD): Converting Tabular Data to Images for Deep Learning Using Convolutional Neural Networks
MIT License
157 stars 59 forks source link

Images and data text files being saved empty. #5

Closed JCraigWasTaken closed 2 years ago

JCraigWasTaken commented 2 years ago

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?

JCraigWasTaken commented 2 years ago

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.