sovit-123 / Traffic-Light-Detection-Using-YOLOv3

Traffic light detection using deep learning with the YOLOv3 framework. PyTorch => YOLOv3
GNU General Public License v3.0
59 stars 16 forks source link

Question about yolov4 weights #6

Open ilpapds opened 2 years ago

ilpapds commented 2 years ago

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 my university projects, and claim that they stand for yolov4 architecture? Thank you in advance

sovit-123 commented 2 years ago

@ilpapds If you asking about the Darknet CFG models, yes, they are the implementation of the original models. In fact, the YOLOv4 Darknet repository and the paper were developed by the same author. You can go ahead and use it.