Hi! Thank you very much for your work.
I am currently working with the code you provided using the AffectNet dataset, but I encountered an issue regarding the data structure. Specifically, in your code, you're using the datasets.ImageFolder to read the data, but with the current structure of data/train/images, all the labels are assigned as 0, which causes an issue.
Did you modify the data structure, so that each category has its own folder under data/train/, or is there another solution to this problem?
Any insights would be greatly appreciated. Thank you!
Hi! Thank you very much for your work.
I am currently working with the code you provided using the AffectNet dataset, but I encountered an issue regarding the data structure. Specifically, in your code, you're using the
datasets.ImageFolderto read the data, but with the current structure of data/train/images, all the labels are assigned as 0, which causes an issue.Did you modify the data structure, so that each category has its own folder under data/train/, or is there another solution to this problem?
Any insights would be greatly appreciated. Thank you!