yolo_tensorflow
yolo_tensorflow copied to clipboard
Is there any mistake in network architecture ?
I notice the description in YOLO paper that YOLO only have 2 fc layers. However, there are 3 fc layers in this code, in which the 512 fc layer don't exist in YOLO paper. I doubt whether this code do it right way.
By the way, can you tell me how do you obtain the pretrained model? I mean how is YOLO_small.ckpt generated, for YOLO source code is a C++ code and use darknet.
I also want to know this.
Hi, do you solve the problems ? I meet the same question