Skip to content

Commit 355370a

Browse files
authored
Update README.md
1 parent f2b7f15 commit 355370a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ After you have read Section 1 to 7, this repository also contains easy pre-made
230230
- [x] Add demo for sampling a single continous-frame clip from videos.
231231
- [x] Add support for arbitrary labels that are more than just a single integer.
232232
- [x] Add support for specifying START_FRAME and END_FRAME for a video instead of NUM_FRAMES.
233-
- [ ] 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.
234-
- [ ] Clean up some of the internal code that is still very messy, which was taken from the below codebase.
233+
- [x] 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. (a warning message is printed now)
234+
- [x] Clean up some of the internal code that is still very messy, which was taken from the below codebase.
235235
- [ ] Create a version of this implementation that uses OpenCV instead of PIL for frame loading, so that you can use Albumentation transforms instead of Torchvision transforms.
236236

237237
### 10. Acknowledgements

0 commit comments

Comments
 (0)