Traffic-Light-Detection-Using-YOLOv3 icon indicating copy to clipboard operation
Traffic-Light-Detection-Using-YOLOv3 copied to clipboard

Traffic light detection using deep learning with the YOLOv3 framework. PyTorch => YOLOv3

Results 5 Traffic-Light-Detection-Using-YOLOv3 issues
Sort by recently updated
recently updated
newest added
trafficstars

At the readme.md batch-size 2 is proposed. Isn't it really small for this dataset? Do you propose any other values for the batch size, e.g. 16, 32, 64 etc? Thank...

First and foremost, thank you for this helpful repository. I would like to ask if the cfg models of yolov4 are accurate implementation of yolov4? Could i use them for...

Hello and good evening. When I changed the path in prepare_lables.py after installing the dataset, I found that there is no such path like [ input/labels/{image_name.split('.') [0]}.txt ] or [...

https://github.com/sovit-123/Traffic-Light-Detection-Using-YOLOv3/blob/master/models.py#L112-L116 There is an issue with this code which fails with torch=1.8.0 Code need to be updated as follows bias_ = module_list[j][0].bias.data # shape(255,) bias = bias_[:modules.no * modules.na].view(modules.na, -1)...

Hi, I tried to use the pretrained weights on the Lisa Daysequence1 dataset, but somehow I am not getting the mAP as 0.91 (the one mentioned in ReadMe). Are there...