Tandon-A / emotic

PyTorch implementation of Emotic CNN methodology to recognize emotions in images using context information.
MIT License
134 stars 47 forks source link

Unabled to create training data #17

Closed akshitamittel closed 2 years ago

akshitamittel commented 2 years ago

When running the following command:

 python mat2py.py --data_dir ~/Desktop/passion/data/Annotations --generate_npy --label train

While the csv is generated, the process gets killed before it can generate the npy files.

libpng warning: iCCP: known incorrect sRGB profile
 Preprocessing data. Index =  22000
 Preprocessing data. Index =  23000
81 0 359
wrote file  /home/amittel/Desktop/proj/data/Annotations/emotic_pre/train.csv
Killed
akshitamittel commented 2 years ago

I think it was a system error