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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This approach has shown to be very effective and is taken from
24
24
In conjunction with PyTorch's DataLoader, the VideoFrameDataset class returns video batch tensors of size `BATCH x FRAMES x CHANNELS x HEIGHT x WIDTH`.
25
25
26
26
For a demo, visit `demo.py`.
27
-
If you find this repository helpful, please consider giving it a star.
27
+
28
28
### QuickDemo (demo.py)
29
29
```python
30
30
root = os.path.join(os.getcwd(), 'demo_dataset') # Folder in which all videos lie in a specific structure
0 commit comments