You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,8 +230,8 @@ After you have read Section 1 to 7, this repository also contains easy pre-made
230
230
-[x] Add demo for sampling a single continous-frame clip from videos.
231
231
-[x] Add support for arbitrary labels that are more than just a single integer.
232
232
-[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.
235
235
-[ ] 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.
0 commit comments