Commit 68e64739 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix bug that led to different length sequence examples

parent 1ab55a55
......@@ -327,8 +327,8 @@ class Ava(object):
feature_list_feature(total_label_strings),
'region/label/confidence':
feature_list_feature(total_confidences), #all ones
#'region/is_annotated':
# feature_list_feature(total_is_annotated) #all ones
'region/is_annotated':
feature_list_feature(total_is_annotated) #all ones
}
if len(total_xmins) > 0:
......
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