You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract traffic light images from rosbag. To do this, create a dir called image_dump under tl_detector and run rosbag play <bag>. This will send image messages to /image_raw/ topic which is captured by function capture_image_cb. Check tl_detector.py and change code as necessary
Run detection on these images to see if traffic lights are detected correctly. Site model is site_frozen_inference_graph.pb. Use commented out code of object_detection.utils to mark on image. Check tl_classifier.py for details
The text was updated successfully, but these errors were encountered:
Steps to reproduce
image_dump
undertl_detector
and runrosbag play <bag>
. This will send image messages to/image_raw/
topic which is captured by functioncapture_image_cb
. Check tl_detector.py and change code as necessarysite_frozen_inference_graph.pb
. Use commented out code ofobject_detection.utils
to mark on image. Check tl_classifier.py for detailsThe text was updated successfully, but these errors were encountered: