From 05d2f9337151436549a0182a5d61aa4fc45a1b1b Mon Sep 17 00:00:00 2001 From: Julian Tatsch Date: Fri, 1 Sep 2017 13:04:48 +0200 Subject: [PATCH] add missing contributor --- pspnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pspnet.py b/pspnet.py index fa7fe35..01bdc6d 100755 --- a/pspnet.py +++ b/pspnet.py @@ -19,7 +19,7 @@ import layers_builder as layers import utils import matplotlib.pyplot as plt -__author__ = "Vlad Kryvoruchko, Jeffrey Hu & Julian Tatsch" +__author__ = "Vlad Kryvoruchko, Chaoyue Wang, Jeffrey Hu & Julian Tatsch" # These are the means for the ImageNet pretrained ResNet