This commit is contained in:
Glenn Jocher 2020-01-30 16:03:34 -08:00
parent 20b0601fa7
commit 6f769081d1
1 changed files with 0 additions and 1 deletions

View File

@ -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()