car-detection-yolo icon indicating copy to clipboard operation
car-detection-yolo copied to clipboard

Autonomous driving - car detection using the very powerful YOLO model

Results 4 car-detection-yolo issues
Sort by recently updated
recently updated
newest added

https://github.com/tejaslodaya/car-detection-yolo/blob/3d32c3339232ef226c8b383224765e9e3b3d44df/app_utils.py#L56 There should be max((yi2 - yi1) , 0) * max((xi2 - xi1), 0), take into account that this value MUST be positive or 0

yolo_head(yolo_model.output, anchors, len(class_names)), gives an error 'list' object has no attribute 'dtype'. Issue was closed according to https://github.com/qqwweee/keras-yolo3/issues/336 , but the remedy seems not implemented over here

Hey, I really liked your work. I am relatively new to DL and Transfer learning and Keras, could you guide me as to how do I generate yolo.h5 or share...

hi , i am really interested in your project , may i get this model onnx format?