Skip to content

Commit 3cee662

Browse files
authored
Update README.md
1 parent 2457f0b commit 3cee662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This approach has shown to be very effective and is taken from
2424
In conjunction with PyTorch's DataLoader, the VideoFrameDataset class returns video batch tensors of size `BATCH x FRAMES x CHANNELS x HEIGHT x WIDTH`.
2525

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

0 commit comments

Comments
 (0)