Skip to content

Commit

Permalink
visualized output of models
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0th committed Jun 11, 2017
1 parent d7b09ec commit 376cf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/predict_generator-boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
import sys

data_dir_x = "/home/jr0th/github/segmentation/data/BBBC022/test/x/"
data_dir_y = "/home/jr0th/github/segmentation/data/BBBC022/test/y_boundary_6/"
data_dir_y = "/home/jr0th/github/segmentation/data/BBBC022/test/y_boundary_4/"

hard = True
rescale_labels = False

tag = 'DL_on_Hand_boundary_6'
tag = 'DL_on_Hand_boundary_4'

out_label = 'pred_generator'

Expand Down

0 comments on commit 376cf95

Please sign in to comment.