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
73810cd3
Commit
73810cd3
authored
Jul 17, 2020
by
Kaushik Shivakumar
Browse files
fix mess
parent
9c7b5785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
research/object_detection/dataset_tools/create_ava_tf_record.py
...ch/object_detection/dataset_tools/create_ava_tf_record.py
+0
-2
No files found.
research/object_detection/dataset_tools/create_ava_tf_record.py
View file @
73810cd3
...
@@ -313,8 +313,6 @@ class Ava(object):
...
@@ -313,8 +313,6 @@ class Ava(object):
feature_list_feature
(
total_is_annotated
)
#all ones
feature_list_feature
(
total_is_annotated
)
#all ones
}
}
assert
len
(
total_xmins
)
==
seconds_per_sequence
if
len
(
total_xmins
)
>
0
:
if
len
(
total_xmins
)
>
0
:
yield
tf
.
train
.
SequenceExample
(
yield
tf
.
train
.
SequenceExample
(
context
=
tf
.
train
.
Features
(
feature
=
context_feature_dict
),
context
=
tf
.
train
.
Features
(
feature
=
context_feature_dict
),
...
...
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