xslittlegrass / CarND-Vehicle-Detection

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

how can I use this code for vehicle detection(car,bus,truck,motorbyce) #23

Open Akhtar303nu opened 6 years ago

Akhtar303nu commented 6 years ago

Hi I want to detect only vehicle(car,bus,truck,motorbyce) in real time

grand-cat-unknown commented 4 years ago

In the car_out_of_boxes function, you can add/change other classes to enable detection of those classes. For eg: class code for car is '6' and bus's is '5'.