From fb4383f364241b370b706b116dab37581269c173 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 23 Dec 2018 13:46:47 +0100 Subject: [PATCH] ONNX export compatability updates --- utils/utils.py | 1 + 1 file changed, 1 insertion(+) 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'))