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
a266bc43
Commit
a266bc43
authored
Mar 06, 2021
by
Gilberto Astolfi
Browse files
corrigindo erro
parent
57785647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repetitions.py
repetitions.py
+1
-1
No files found.
repetitions.py
View file @
a266bc43
...
...
@@ -89,7 +89,7 @@ class Repetition:
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