File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ for image in frames:
5959- [ 3. Video Frame Sampling Method] ( #3-video-frame-sampling-method )
6060- [ 4. Using VideoFrameDataset for Training] ( #4-using-videoframedataset-for-training )
6161- [ 5. Conclusion] ( #5-conclusion )
62- - [ 6. Acknowledgements] ( #6-acknowledgements )
62+ - [ 6. Upcoming Features] ( #5-upcoming-features )
63+ - [ 7. Acknowledgements] ( #6-acknowledgements )
6364
6465### 1. Requirements
6566```
@@ -139,7 +140,12 @@ batching. So, any transforms used here must expect its input to be a frame tenso
139140### 5. Conclusion
140141A proper code-based explanation on how to use VideoFrameDataset for training is provided in ` demo.py `
141142
142- ### 6. Acknowledgements
143+ ### 6. Upcoming Features
144+ - [ ] Add demo for sampling a single continous-frame clip from videos.
145+ - [ ] Add support for arbitrary labels that are more than just a single integer.
146+ - [ ] Add support for specifying START_FRAME and END_FRAME for a video instead of NUM_FRAMES.
147+
148+ ### 7. Acknowledgements
143149We thank the authors of TSN for their [ codebase] ( https://github.com/yjxiong/tsn-pytorch ) , from which we took VideoFrameDataset and adapted it
144150for general use and compatibility.
145151```
You can’t perform that action at this time.
0 commit comments