yuanyuanli85 / tf-hrnet

tensorflow implementation for "High-Resolution Representations for Labeling Pixels and Regions"
BSD 3-Clause "New" or "Revised" License
88 stars 27 forks source link

create_downsample_fn_matrix params is wrong #9

Open moontree opened 4 years ago

moontree commented 4 years ago
    dwmatrix = create_downsample_fn_matrix(self.num_branches, features, self.num_branches, output_channels)

should be dwmatrix = create_downsample_fn_matrix(self.num_branches, features, self.num_outputs, output_channels)