Skip to content

Commit

Permalink
Removed print for hist
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Aug 2, 2017
1 parent eb9f3c6 commit 4c0bf8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image_colorization/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def color_images_part(model):

# for histograms -> transformation from hist to ab
if model.name == "class_wo_weights" or model.name == "class_with_weights":
print("HIST")
indices = np.argmax(predictions_ab[:, :, :, :], axis=3)

predictions_a = indices // 20 * 10 - 100 + 5
Expand Down

0 comments on commit 4c0bf8d

Please sign in to comment.