Skip to content

Commit

Permalink
added notebook explaining the process from contours to labels and sta…
Browse files Browse the repository at this point in the history
…rted to code a new callback for using it
  • Loading branch information
jr0th committed May 9, 2017
1 parent 4360b34 commit 432f6ef
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/helper/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(self, data_type, data, gen_calls = 0, log_dir='./logs', histogram_f
super().__init__(log_dir, histogram_freq, write_graph, write_images)
self.data_type = data_type
self.gen_calls = gen_calls

# if data_type == "images" expect generator, if "array" expect [x, y] numpy arrays.
self.data = data

Expand Down
343 changes: 343 additions & 0 deletions code/helper/contours_to_labels.ipynb

Large diffs are not rendered by default.

0 comments on commit 432f6ef

Please sign in to comment.