hendrycks / emodiversity

Wellbeing and Emotion Prediction (NeurIPS 2022)
MIT License
8 stars 0 forks source link

Document the dataset schema #2

Closed xksteven closed 2 years ago

xksteven commented 2 years ago

In the README note how the dataset is stored

Example:

VCE
zip
  - train.csv
  - test.csv
  - vid1.mp4
  - vid2.mp4
  - ...
train.csv

id, path
0, /foo/bar/vid1.mp4
...