MLDMXM2017 / BDCNN

the source code of paper, "Block Division Convolutional Network with Implicit Deep Features Augmentation for Micro-Expression Recognition."
16 stars 2 forks source link

about label.txt #2

Open Wjedon opened 2 years ago

Wjedon commented 2 years ago

I'm reading your paper on bdcnn recently and trying the code, but for the "label.txt " in the dataset does not know much about the information or structure. Can you tell me the specific content

tvaranka commented 2 years ago

I managed to reverse engineer the information from the code. The label.txt should be of the following format "image_name,label", for example

img001.jpg,1
img002.jpg,0
...
img010.jpg,2