From 78ac3bdcfb636123575106e2533167f83cc91565 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 14 Jan 2020 17:26:22 -0800 Subject: [PATCH] updates --- utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/utils.py b/utils/utils.py index a19e594e..5c45e1ad 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -1015,6 +1015,7 @@ def plot_results(start=0, stop=0, bucket='', id=()): # from utils.utils import s = ['GIoU', 'Objectness', 'Classification', 'Precision', 'Recall', 'val GIoU', 'val Objectness', 'val Classification', 'mAP@0.5', 'F1'] if bucket: + os.system('rm -rf storage.googleapis.com') files = ['https://storage.googleapis.com/%s/results%g.txt' % (bucket, x) for x in id] else: files = glob.glob('results*.txt') + glob.glob('../../Downloads/results*.txt')