{{ labeled_count }} of {{ total_count }} pairs labeled
Pair: {{ pair_id }}
A
Ear Score: {{ a_meta.get('ear_score') | round(2) if a_meta.get('ear_score') is not none else 'N/A' }}
Shimmer Score: {{ a_meta.get('shimmer_score') | round(2) if a_meta.get('shimmer_score') is not none else 'N/A' }}
Stereo Width: {{ a_meta.get('stereo_width') | round(2) if a_meta.get('stereo_width') is not none else 'N/A' }}
Hoot CER: {{ a_meta.get('hoot_cer') | round(2) if a_meta.get('hoot_cer') is not none else 'N/A' }}
A
B
Ear Score: {{ b_meta.get('ear_score') | round(2) if b_meta.get('ear_score') is not none else 'N/A' }}
Shimmer Score: {{ b_meta.get('shimmer_score') | round(2) if b_meta.get('shimmer_score') is not none else 'N/A' }}
Stereo Width: {{ b_meta.get('stereo_width') | round(2) if b_meta.get('stereo_width') is not none else 'N/A' }}
Hoot CER: {{ b_meta.get('hoot_cer') | round(2) if b_meta.get('hoot_cer') is not none else 'N/A' }}
B