Skip to content

Commit

Permalink
Fix minor print bug (nutonomy#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan1914 authored Oct 13, 2021
1 parent bff4462 commit 168f259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/nuscenes/eval/panoptic/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def evaluate_tracking(self) -> Dict[str, Any]:

results = self.wrap_result_mopt(pat=pat,
mean_pq=mean_pq,
mean_tq=mean_ptq,
mean_tq=mean_tq,
mean_ptq=mean_ptq,
class_all_ptq=class_all_ptq,
mean_sptq=mean_sptq,
Expand Down

0 comments on commit 168f259

Please sign in to comment.