Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matt Harvey
five-video-classification-methods
Commits
6ebc01fe
Commit
6ebc01fe
authored
7 years ago
by
Matt Harvey
Browse files
Options
Download
Email Patches
Plain Diff
Fix save path
parent
ebbaebc6
master
add-demo-script
github/fork/Anner-deJong/patch-2
github/fork/ideaRunner/edit_move_file
github/fork/ikvision/master
github/fork/mertia-himanshu/master
github/fork/prabindh/master
github/fork/sanshibayuan/master
playground
playground-add-synthetic
v1.0
1 merge request
!6
Keras 2 upgrade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extract_features.py
+1
-1
extract_features.py
with
1 addition
and
1 deletion
+1
-1
extract_features.py
+
1
-
1
View file @
6ebc01fe
...
...
@@ -32,7 +32,7 @@ pbar = tqdm(total=len(data.data))
for
video
in
data
.
data
:
# Get the path to the sequence for this video.
path
=
'./data/sequences
-ucf
/'
+
video
[
2
]
+
'-'
+
str
(
seq_length
)
+
\
path
=
'./data/sequences/'
+
video
[
2
]
+
'-'
+
str
(
seq_length
)
+
\
'-features.txt'
# Check if we already have it.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets