Closed mkocabas closed 5 years ago
Somehow there is a NaN value in the variable ERRORS
and that causes the matplotlib function ax1.pie( ERRORS, colors=colors)
to crash. Does this happen also with the fake_keypoints contained in the detections folder?
I've had a similar issue, it happened when I passed the COCO annotations in as detections and gave them all a score of 1.0.
Closing after @WillBrennan's reply. Feel free to reopen if issue comes up again.
Hi, thanks for sharing code. I got the below error in later stages of analysis. It seems there is a problem with matplotlib, however I can't solve it. Is it a problem with my result file or the api itself? Thanks!