Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
7bf89340
"examples/training/train_unconditional.py" did not exist on "3abf4bc439d73314484938ae45f5c133092200df"
Commit
7bf89340
authored
Jun 13, 2018
by
Will Ayd
Browse files
Suppressed FutureWarning in create_pet_tf_record
parent
6c2f6462
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/utils/dataset_util.py
research/object_detection/utils/dataset_util.py
+1
-1
No files found.
research/object_detection/utils/dataset_util.py
View file @
7bf89340
...
...
@@ -72,7 +72,7 @@ def recursive_parse_xml_to_dict(xml):
Returns:
Python dictionary holding XML contents.
"""
if
not
xml
:
if
not
len
(
xml
)
:
return
{
xml
.
tag
:
xml
.
text
}
result
=
{}
for
child
in
xml
:
...
...
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