thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.09k forks source link

Version of yolo from the yolo.cfg file #1202

Open JesusRH97 opened 2 years ago

JesusRH97 commented 2 years ago

Hey there, my question is pretty simple. Which version of YOLO implements the file yolo.cfg? At first I thought it´s YOLOv2 because it uses five anchor boxes as the paper from YOLOv2 says (the README.md of the repository in fact only cites papers from YOLOv1 and YOLOv2, but not from YOLOv3), but then I saw the architecture of the file more in detail and I spotted that this has an input of 608x608, according to the architecture of YOLOv3 (YOLOv2 uses an input of 416x416) so now I´m confused. Is it YOLOv2 or YOLOv3?

Thanks in advanced.