From 6f769081d1a8b72ea7ee2d696a0b39fc12a06c25 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 30 Jan 2020 16:03:34 -0800 Subject: [PATCH] updates --- utils/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/utils.py b/utils/utils.py index 82b80cde..6402f84b 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -911,7 +911,6 @@ def plot_wh_methods(): # from utils.utils import *; plot_wh_methods() fig.savefig('comparison.png', dpi=200) - def plot_images(imgs, targets, paths=None, fname='images.png'): # Plots training images overlaid with targets imgs = imgs.cpu().numpy()