YOLO: Real-Time Object Detection
pjreddie.com
YOLO: Real-Time Object Detection
1–10 of 63 posts
Re: YOLO: Real-Time Object Detection
#2Re: YOLO: Real-Time Object Detection
#3Is there any "continuous" models for that? Sounds like a simple bayesian post-processing would do a great deal (e.g. recording the probability of dogs mutating to teddy bears as very low).
Re: YOLO: Real-Time Object Detection
#4It still seems to be using only the single frame, without past/present context. E.g. a dog sometimes is recognized as teddy bear for a split second. Is there any "continuous" models for that? Sounds like a simple bayesian post-processing would do a great deal (e.g. recording the probability of dogs mutating to teddy bears as very low).
Re: YOLO: Real-Time Object Detection
#5It still seems to be using only the single frame, without past/present context. E.g. a dog sometimes is recognized as teddy bear for a split second. Is there any "continuous" models for that? Sounds like a simple bayesian post-processing would do a great deal (e.g. recording the probability of dogs mutating to teddy bears as very low).
Re: YOLO: Real-Time Object Detection
#6Re: YOLO: Real-Time Object Detection
#7It still seems to be using only the single frame, without past/present context. E.g. a dog sometimes is recognized as teddy bear for a split second. Is there any "continuous" models for that? Sounds like a simple bayesian post-processing would do a great deal (e.g. recording the probability of dogs mutating to teddy bears as very low).
YOLO stands for "You Only Look Once" so I don't think this will ever become "continuous"
You could still look only once, but have that look include multiple sequential frames. Or do something like an LSTM of frames.
Re: YOLO: Real-Time Object Detection
#8Re: YOLO: Real-Time Object Detection
#9Can we also get the orientation of each detected object?
Re: YOLO: Real-Time Object Detection
#10Can we also get the orientation of each detected object?