gsig / gsig/charades-algorithms
Dataloader missing temporal dimension?
- Dominant language
- Lua
- Stars
- 206
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with charadesrgb.py and inspect how the Charades dataset constructs samples before they are passed to the DataLoader. Reproduce the reported BxCxHxW batch shape and determine whether the dataset or batching behavior is responsible for the missing temporal dimension; the expected shape is not specified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100