diff --git a/utils/utils.py b/utils/utils.py index e7bac03d..4ae1cc91 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -444,6 +444,7 @@ def plot_results(): import glob import numpy as np import matplotlib.pyplot as plt + # import os; os.system('rm -rf results.txt && wget https://storage.googleapis.com/ultralytics/results_v1_0.txt') plt.figure(figsize=(16, 8)) s = ['X', 'Y', 'Width', 'Height', 'Objectness', 'Classification', 'Total Loss', 'Precision', 'Recall', 'mAP'] files = sorted(glob.glob('results*.txt'))