gsig / charades-algorithms

Activity Recognition Algorithms for the Charades Dataset
http://allenai.org/plato/charades/
201 stars 96 forks source link

Dataloader missing temporal dimension? #18

Open rhsieh91 opened 4 years ago

rhsieh91 commented 4 years ago

I'm using the Charades dataset class in charadesrgb.py to construct a Dataset object and then feeding it into a Dataloader. However, it seems like the mini-batches returned by my Dataloader are of dimension BxCxHxW (missing the temporal T dimension).

Is this the expected behavior? Or am I using this incorrectly?