guarin commited on
Commit
40ed501
·
verified ·
1 Parent(s): ede20fa

Upload lightly_studio_1_load_videos.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. lightly_studio_1_load_videos.py +5 -0
lightly_studio_1_load_videos.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import lightly_studio as ls
2
+
3
+ # Load videos from ./clips folder into a dataset
4
+ dataset = ls.VideoDataset.create()
5
+ dataset.add_videos_from_path(path="./clips")