gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

YOLO small vs tiny #44

Open gadischwartz opened 6 years ago

gadischwartz commented 6 years ago

Hello, From the code, it seems the YOLO small implementation is the full implementation per the YOLO paper (with 24 Conv layers) and the YOLO tiny is what in the paper they call Fast YOLO. I probably miss something here as I don't understand why do you call the full YOLO implementation small? Thanks in advance for the clarification!