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
08eb314b
Commit
08eb314b
authored
Mar 06, 2021
by
Gilberto Astolfi
Browse files
corrigindo erro
parent
e699f94e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
yolo_utils.py
yolo_utils.py
+1
-1
No files found.
yolo_utils.py
View file @
08eb314b
...
...
@@ -96,7 +96,7 @@ class YoloUtils:
if
extension
.
lower
()
==
'.txt'
.
lower
():
path_src
=
output_dir
+
'/'
+
f
file_img
=
name
+
'.jpg'
dst
=
searchSourceFile
(
path_search
,
file_img
)
dst
=
self
.
searchSourceFile
(
path_search
,
file_img
)
path_dst
=
dst
+
'/'
+
name
+
'.txt'
copyfile
(
path_src
,
path_dst
)
...
...
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