Skip to content

Commit

Permalink
Updated localization-classification model
Browse files Browse the repository at this point in the history
Generalized model to handle more lighting conditions.
  • Loading branch information
jfvanreu committed May 10, 2018
1 parent df0db26 commit 66a4928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion ros/src/tl_detector/light_classification/tl_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, threshold, hw_ratio, sim_testing):
# the tensorflow graph

else: # site testing where we load the localization+classification model
detect_model_name = 'ssd_kyle_v1'
detect_model_name = 'ssd_kyle_v2'
PATH_TO_CKPT = detect_model_name + '/frozen_inference_graph.pb'
# setup tensorflow graph
self.detection_graph = tf.Graph()
Expand Down

0 comments on commit 66a4928

Please sign in to comment.