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
b7aa0d6b
Commit
b7aa0d6b
authored
Mar 17, 2021
by
Gilberto Astolfi
Browse files
corrigindo erro .JPG maiúsculo
parent
c2033cd1
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 @
b7aa0d6b
...
...
@@ -108,7 +108,7 @@ class YoloUtils:
path_cl
=
path_search
+
'/'
+
cl
if
os
.
path
.
isdir
(
path_cl
):
for
f
in
os
.
listdir
(
path_cl
):
if
f
==
file_img
:
if
f
.
lower
()
==
file_img
.
lower
()
:
path_dst
=
path_cl
return
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