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
e6d9ef8b
Commit
e6d9ef8b
authored
Nov 20, 2018
by
Hemerson Pistori
Browse files
Coloquei em data o exemplo de como deve ser o arquivo para o teste ANOVA e Tukey
parent
c19c9484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/pynovisao.py
src/pynovisao.py
+3
-2
No files found.
src/pynovisao.py
View file @
e6d9ef8b
...
...
@@ -619,8 +619,9 @@ class Act(object):
def
run_training
(
self
):
start_time
=
TimeUtils
.
get_time
()
if
self
.
_const_image
is
None
:
raise
IException
(
"Image not found"
)
# Training do not need an image opened (consider removing these two lines)
# if self._const_image is None:
# raise IException("Image not found")
if
self
.
classifier
.
must_train
():
...
...
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