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
crossvalidation-repetition-object-detection
Commits
cd9a279a
Commit
cd9a279a
authored
Mar 15, 2021
by
Gilberto Astolfi
Browse files
corrigindo erro em validação cruzada
parent
26af67ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cross_validation.py
cross_validation.py
+1
-1
No files found.
cross_validation.py
View file @
cd9a279a
...
...
@@ -88,7 +88,7 @@ class CrossValidation:
dst_xml
=
name
+
'.xml'
dst_txt
=
name
+
'.txt'
copyfile
(
src_xml
,
dst_xml
)
copyfile
(
src_txt
,
dst_txt
)
#
copyfile(src_txt, dst_txt)
self
.
updadePathXml
(
dst_xml
,
path_img
)
def
getFolderName
(
self
):
...
...
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