qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Differences between Yolo 3 and Tiny Yolo 3 #327

Open vgilabert94 opened 5 years ago

vgilabert94 commented 5 years ago

Hello people, i would like yo use Yolo with only 4 labels.

What are the differences between Yolo 3 and Tiny Yolo 3?? What would be the best option for a big images (1500x2500 aprox) and only 4 labels?

I hope for an answer. Greetings

robisen1 commented 4 years ago

Tiny YOLO is designed for speed but loses fidelity. Tiny YOLO is also smaller and is better suited for things like phones or embedded devices.