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
9c7b5785
"src/include/gridwise_direct_convolution_1.cuh" did not exist on "c33da3ec1893cbea879031e85fe77c497a0efadf"
Commit
9c7b5785
authored
Jul 17, 2020
by
Kaushik Shivakumar
Browse files
fix mess
parent
3f5b71d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
research/object_detection/dataset_tools/create_ava_tf_record.py
...ch/object_detection/dataset_tools/create_ava_tf_record.py
+0
-3
No files found.
research/object_detection/dataset_tools/create_ava_tf_record.py
View file @
9c7b5785
...
@@ -229,12 +229,9 @@ class Ava(object):
...
@@ -229,12 +229,9 @@ class Ava(object):
total_is_annotated
=
[]
total_is_annotated
=
[]
windowed_timestamp
=
start_time
windowed_timestamp
=
start_time
while
windowed_timestamp
<
end_time
:
while
windowed_timestamp
<
end_time
:
skipped_frame_count
=
0
;
if
(
media_id
,
windowed_timestamp
)
in
frame_excluded
:
if
(
media_id
,
windowed_timestamp
)
in
frame_excluded
:
end_time
+=
1
end_time
+=
1
windowed_timestamp
+=
1
windowed_timestamp
+=
1
skipped_frame_count
+=
1
logging
.
info
(
"Ignoring and skipping excluded frame."
)
logging
.
info
(
"Ignoring and skipping excluded frame."
)
continue
continue
...
...
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