sepr88 / CarND-Capstone

Final Udacity project
1 stars 0 forks source link

Switch classifier depending on location #7

Closed sepr88 closed 5 years ago

sepr88 commented 5 years ago

Using Different Classification Models for the Simulator and Site We will test your team's code both in the simulator and on the testing site. Due to differences in the appearance of the site and simulator traffic lights, using the same traffic light classification model for both might not be appropriate. The self.config dictionary found in the TLDetector class of tl_detector.py contains an is_site boolean. You can use this boolean to load a different classification model depending on the context.

Found here

sepr88 commented 5 years ago

self.is_site = self.config['is_site']

sepr88 commented 5 years ago

Feature added in #21