yaboo-oyabu / CarND-Capstone

MIT License
2 stars 2 forks source link

Sim classifier #19

Closed CaoFM closed 4 years ago

CaoFM commented 4 years ago

Include several trained model.

  1. tl_classifier_simulator_raw.h takes in 600x800 simulator camera image (full), output light state. This is currently hooked up to the TL classifier class and allow our car to travel around the track following traffic signals.
  2. tl_classify_real_extracted.h5 takes extracted real life traffic light image (need to resize to 15x30)
  3. tl_classify_simulator_extracted.h5 takes extracted simulator traffic light image (need to resize to 15x30)

Model 2 and 3 can be integrated with traffic light detector for simulator and real world to create a complete pipeline. Model 1 can operate on its own but only in simulator environment.