File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,17 +150,17 @@ The folder structure looks as follows:
150150 │ └───0002
151151 │ ├───img_00001.jpg
152152 │ .
153- │ └───img_00017 .jpg
153+ │ └───img_00018 .jpg
154154 │
155155 └───running # arbitrary folder naming
156156 ├───0001 # arbitrary video folder naming
157157 │ ├───img_00001.jpg
158158 │ .
159- │ └───img_00017 .jpg
159+ │ └───img_00015 .jpg
160160 └───0002
161161 ├───img_00001.jpg
162162 .
163- └───img_00017 .jpg
163+ └───img_00015 .jpg
164164
165165
166166
@@ -171,7 +171,7 @@ The accompanying annotation ``.txt`` file contains the following rows
171171 jumping/0001 17 0
172172 jumping/0002 18 0
173173 running/0001 15 1
174- running/0002 20 1
174+ running/0002 15 1
175175
176176Instantiating a VideoFrameDataset with the ``root_path `` parameter
177177pointing to ``demo_dataset ``, the ``annotationsfile_path `` parameter
You can’t perform that action at this time.
0 commit comments