ONNX export compatability updates

This commit is contained in:
Glenn Jocher 2018-12-23 13:46:47 +01:00
parent c50df0d1db
commit fb4383f364
1 changed files with 1 additions and 0 deletions

View File

@ -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'))