Skip to content

Commit

Permalink
Add optional task to apply inference on video
Browse files Browse the repository at this point in the history
  • Loading branch information
Brok Bucholtz committed Jul 10, 2017
1 parent ffdcad4 commit fd262fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def run():
# TODO: Save inference data using helper.save_inference_samples
# helper.save_inference_samples(runs_dir, data_dir, sess, image_shape, logits, keep_prob, input_image)

# OPTIONAL: Apply the trained model to a video


if __name__ == '__main__':
run()

0 comments on commit fd262fd

Please sign in to comment.