xslittlegrass / CarND-Vehicle-Detection

Vehicle detection using YOLO in Keras runs at 21FPS
389 stars 175 forks source link

training from scratch #16

Open AhmedAAkl opened 6 years ago

AhmedAAkl commented 6 years ago

Hi, Good Job I want to train this model from scratch to detect traffic signs instead of cars. How should i prepare my dataset and steps by this model.

secondly, the model is wonderful, but the output vector is some strange. assume i want to crop the detected object to classify it. how will i do that? thanks in advance