We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23faa97 + a3b0252 commit 5204800Copy full SHA for 5204800
pie_data.py
@@ -577,7 +577,8 @@ def get_data_stats(self):
577
if ped_annots['attributes']['intention_prob'] > 0.5:
578
crossing['not-crossing'] += 1
579
else:
580
- crossing['irrelevant'] += 1 intersection[
+ crossing['irrelevant'] += 1
581
+ intersection[
582
self._map_scalar_to_text('intersection', ped_annots['attributes']['intersection'])] += 1
583
traffic_direction[self._map_scalar_to_text('traffic_direction',
584
ped_annots['attributes']['traffic_direction'])] += 1
0 commit comments