You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im trying to test the code in linux, I have downloaded a .ckpt file to test, and unzipped it has data.pkl and one folder, what should I give the path in pretrained_ckpt_path=?? because if I give the zip its not able to read, if I give data.pkl it says _pickle.UnpicklingError.
And one more thing is I tried training the dataset you provided "pseudo_emo_label" in that error is not able to read the faces.
Please check -- in 'emo_list.csv' name of the images is different from the name of images present in 'imgs' folder....(the extra word 'face' is there in 'imgs' folder but not in csv file..... please provide the correct synchronized dataset.. or Is there any methods to implement? am I going wrong anywhere?
The text was updated successfully, but these errors were encountered:
Hi,
Im trying to test the code in linux, I have downloaded a .ckpt file to test, and unzipped it has data.pkl and one folder, what should I give the path in pretrained_ckpt_path=?? because if I give the zip its not able to read, if I give data.pkl it says _pickle.UnpicklingError.
And one more thing is I tried training the dataset you provided "pseudo_emo_label" in that error is not able to read the faces.
Please check -- in 'emo_list.csv' name of the images is different from the name of images present in 'imgs' folder....(the extra word 'face' is there in 'imgs' folder but not in csv file..... please provide the correct synchronized dataset.. or Is there any methods to implement? am I going wrong anywhere?
The text was updated successfully, but these errors were encountered: