Commit 9c7b5785 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix mess

parent 3f5b71d8
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment