diff --git a/data/coco_training_loss.png b/data/coco_training_loss.png new file mode 100644 index 00000000..5883c339 Binary files /dev/null and b/data/coco_training_loss.png differ diff --git a/utils/utils.py b/utils/utils.py index ca8ef8cc..88ae4e6e 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -361,8 +361,8 @@ def plotResults(): import matplotlib.pyplot as plt plt.figure(figsize=(18, 9)) s = ['x', 'y', 'w', 'h', 'conf', 'cls', 'loss', 'prec', 'recall'] - for f in ('/Users/glennjocher/Downloads/results.txt', - 'results.txt'): + for f in ('/Users/glennjocher/Downloads/results (2).txt', + 'results22.txt'): results = np.loadtxt(f, usecols=[2, 3, 4, 5, 6, 7, 8, 9, 10]).T for i in range(9): plt.subplot(2, 5, i + 1)