Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.MD

File metadata and controls

8 lines (6 loc) · 336 Bytes

AVCAffe Dataloader

We provide 2 dataloaders available in avcaffe_vid.py and in avcaffe_img.py.

  • Use the dataloader in avcaffe_vid.py if you want to load the raw video and audio.
  • Use the dataloader in avcaffe_img.py if you want to load the facial crops and audio.

TODO

  • Detail example usages of the dataloaders.