Skip to content

Commit 014a77a

Browse files
authored
Update README.md
1 parent 31a6ae9 commit 014a77a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This approach has shown to be very effective and is taken from
2222

2323
In conjunction with PyTorch's DataLoader, the VideoFrameDataset class returns video batch tensors of size `BATCH x FRAMES x CHANNELS x HEIGHT x WIDTH`.
2424

25-
For a demo, visit `demo.py`.
25+
For a demo, visit `demo.py`.
26+
If you find this repository helpful, please consider giving it a star.
2627
### QuickDemo (demo.py)
2728
```python
2829
root = os.path.join(os.getcwd(), 'demo_dataset') # Folder in which all videos lie in a specific structure

0 commit comments

Comments
 (0)