This commit is contained in:
Glenn Jocher 2020-02-21 15:10:50 -08:00
parent 328ad4da04
commit afbc2f8d78
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ def plot_results_overlay(start=0, stop=0): # from utils.utils import *; plot_re
def plot_results(start=0, stop=0, bucket='', id=()): # from utils.utils import *; plot_results() def plot_results(start=0, stop=0, bucket='', id=()): # from utils.utils import *; plot_results()
# Plot training results files 'results*.txt' # Plot training results files 'results*.txt'
fig, ax = plt.subplots(2, 5, figsize=(14, 7)) fig, ax = plt.subplots(2, 5, figsize=(12, 6))
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']