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.
- Detail example usages of the dataloaders.