ONNX export compatability updates
This commit is contained in:
parent
c50df0d1db
commit
fb4383f364
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue