CarND-Vehicle-Detection icon indicating copy to clipboard operation
CarND-Vehicle-Detection copied to clipboard

A vehicle tracker based on sliding windows, HOG and an SVM

Results 4 CarND-Vehicle-Detection issues
Sort by recently updated
recently updated
newest added

when I change the image size to 64*128,how should I adjust the block_size and cell_size in train.py and pipeline.py .thanks for your code.hope for your answer

i can not find the download links for vehicle image

Hi,ksakmann! How to set the scales function parameters(w0,w1,w2,w3), according to your scales parameter, my video can not scales。 def search_all_scales(image): hot_windows = [] all_windows = [] X_start_stop =[[None,None],[None,None],[None,None],[None,None]] w0,w1,w2,w3 =...

Hi,ksakmann! jupyter run to" labels = label(heatmap)" in search_classify.ipynb, Had a bug as follows: labels = label(heatmap) labels = label(heatmap) print(labels[1], 'cars found') plt.imshow(labels[0], cmap='gray') plt.show() --------------------------------------------------------------------------- NameError Traceback (most...