updates
This commit is contained in:
parent
b03f5a9a7a
commit
c09703f4d4
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
|
@ -361,8 +361,8 @@ def plotResults():
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
plt.figure(figsize=(18, 9))
|
plt.figure(figsize=(18, 9))
|
||||||
s = ['x', 'y', 'w', 'h', 'conf', 'cls', 'loss', 'prec', 'recall']
|
s = ['x', 'y', 'w', 'h', 'conf', 'cls', 'loss', 'prec', 'recall']
|
||||||
for f in ('/Users/glennjocher/Downloads/results.txt',
|
for f in ('/Users/glennjocher/Downloads/results (2).txt',
|
||||||
'results.txt'):
|
'results22.txt'):
|
||||||
results = np.loadtxt(f, usecols=[2, 3, 4, 5, 6, 7, 8, 9, 10]).T
|
results = np.loadtxt(f, usecols=[2, 3, 4, 5, 6, 7, 8, 9, 10]).T
|
||||||
for i in range(9):
|
for i in range(9):
|
||||||
plt.subplot(2, 5, i + 1)
|
plt.subplot(2, 5, i + 1)
|
||||||
|
|
Loading…
Reference in New Issue