We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f35836 commit 4800472Copy full SHA for 4800472
README.md
@@ -89,17 +89,17 @@ demo_dataset
89
│ └───0002
90
│ ├───img_00001.jpg
91
│ .
92
-│ └───img_00017.jpg
+│ └───img_00018.jpg
93
│
94
└───running # arbitrary folder naming
95
├───0001 # arbitrary video folder naming
96
97
98
- │ └───img_00017.jpg
+ │ └───img_00015.jpg
99
└───0002
100
├───img_00001.jpg
101
.
102
- └───img_00017.jpg
+ └───img_00015.jpg
103
104
105
```
demo.py
@@ -59,7 +59,7 @@
59
test_mode=False
60
)
61
62
- sample = dataset[1]
+ sample = dataset[2]
63
# tensor of shape (NUM_SEGMENTS*FRAMES_PER_SEGMENT) x CHANNELS x HEIGHT x WIDTH
64
frame_tensor = sample[0]
65
print('Video Tensor Size:', frame_tensor.size())
0 commit comments