This commit is contained in:
Glenn Jocher 2019-12-14 15:15:43 -08:00
parent ddaa2976d7
commit eb70e4b751
1 changed files with 0 additions and 1 deletions

View File

@ -963,7 +963,6 @@ def plot_results(start=0, stop=0, bucket='', id=()): # from utils.utils import
ax = ax.ravel() ax = ax.ravel()
s = ['GIoU', 'Objectness', 'Classification', 'Precision', 'Recall', s = ['GIoU', 'Objectness', 'Classification', 'Precision', 'Recall',
'val GIoU', 'val Objectness', 'val Classification', 'mAP@0.5', 'F1'] 'val GIoU', 'val Objectness', 'val Classification', 'mAP@0.5', 'F1']
if bucket: if bucket:
files = ['https://storage.googleapis.com/%s/results%g.txt' % (bucket, x) for x in id] files = ['https://storage.googleapis.com/%s/results%g.txt' % (bucket, x) for x in id]
else: else: