Skip to content

Commit 868480d

Browse files
authored
Update README.md
1 parent fd82b8c commit 868480d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ A proper code-based explanation on how to use VideoFrameDataset for training is
196196
- [x] Add demo for sampling a single continous-frame clip from videos.
197197
- [x] Add support for arbitrary labels that are more than just a single integer.
198198
- [x] Add support for specifying START_FRAME and END_FRAME for a video instead of NUM_FRAMES.
199+
- [ ] Improve the handling of edge cases where NUM_FRAMES*FRAM_PER_SEG (or similar) might be larger than the number of frames in a video.
199200

200201
### 9. Acknowledgements
201202
We thank the authors of TSN for their [codebase](https://github.com/yjxiong/tsn-pytorch), from which we took VideoFrameDataset and adapted it

0 commit comments

Comments
 (0)