This commit is contained in:
Glenn Jocher 2019-02-27 14:46:28 +01:00
parent 303eef1d3d
commit 55c6efbb39
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ def coco_only_people(path='../coco/labels/val2014/'):
def plot_results(): def plot_results():
# Plot YOLO training results file 'results.txt' # Plot YOLO training results file 'results.txt'
# import os; os.system('rm -rf results.txt && wget https://storage.googleapis.com/ultralytics/yolov3/results_v1.txt') # import os; os.system('wget https://storage.googleapis.com/ultralytics/yolov3/results_v1.txt')
plt.figure(figsize=(14, 7)) plt.figure(figsize=(14, 7))
s = ['X + Y', 'Width + Height', 'Confidence', 'Classification', 'Total Loss', 'mAP', 'Recall', 'Precision'] s = ['X + Y', 'Width + Height', 'Confidence', 'Classification', 'Total Loss', 'mAP', 'Recall', 'Precision']