mysee1989 / TCAE

Self-supervised Representation Learning from Videos for Facial Action Unit Detection
162 stars 27 forks source link

Where to get "train.npy"、"val.npy"、"test.npy" #5

Closed yy19931029 closed 4 years ago

yy19931029 commented 4 years ago

hello, Where to get "train.npy"、"val.npy"、"test.npy"?THX

mysee1989 commented 4 years ago

"train.npy"、"val.npy"、"test.npy" refer to the numpy array that contain the names of subjects for training/testing/validation. I have added a python script (dataset_split.py) that generate the three files("train.npy"、"val.npy"、"test.npy").

Besides, I have added the detailed description about how to prepare dataset for training.

yy19931029 commented 4 years ago

OK! Thank you!