Hacker News new | ask | show | jobs
by JasonGenova25 2633 days ago
YOLO stands for "You Only Look Once" so I don't think this will ever become "continuous"
1 comments

AFAIK, the 'Look Once' part refers to other systems that re-ran a section of the frame at a time through an object detector, resulting in a lot of reprocessing.

You could still look only once, but have that look include multiple sequential frames. Or do something like an LSTM of frames.

Good point. I hadn't considered this.