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.
1 parent d612d3f commit e3f2957Copy full SHA for e3f2957
lib/Evaluator.py
@@ -284,7 +284,7 @@ def PlotPrecisionRecallCurve(self,
284
# arrowprops=dict(arrowstyle="->", connectionstyle="arc3"),
285
# bbox=box)
286
if savePath is not None:
287
- plt.savefig(os.path.join(savePath, classId + '.png'))
+ plt.savefig(os.path.join(savePath, str(classId) + '.png'))
288
if showGraphic is True:
289
plt.show()
290
# plt.waitforbuttonpress()
0 commit comments