Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
inovisao
pynovisao
Commits
da7dc341
Commit
da7dc341
authored
Mar 22, 2018
by
Gilberto Astolfi
Browse files
Merge branch 'feature-cnn'
parents
1afdf6cd
a871871d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/pynovisao.py
src/pynovisao.py
+2
-1
No files found.
src/pynovisao.py
View file @
da7dc341
...
...
@@ -544,7 +544,8 @@ class Act(object):
# Perform the feature extraction of all segments in image ( not applied to ConvNets ).
if
self
.
classifier
.
must_extract_features
():
self
.
tk
.
append_log
(
"Running extractors on test images... (%0.3f seconds)"
,
(
TimeUtils
.
get_time
()
-
start_time
))
self
.
tk
.
append_log
(
"Running extractors on test images... (%0.3f seconds)"
,
(
TimeUtils
.
get_time
()
-
start_time
))
fextractor
=
FeatureExtractor
(
self
.
extractors
)
output_file
,
_
=
fextractor
.
extract_all
(
self
.
dataset
,
"test"
,
dirs
=
[
tmp
])
self
.
tk
.
append_log
(
"Running classifier on test data... (%0.3f seconds)"
,
(
TimeUtils
.
get_time
()
-
start_time
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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