Unsupervised Billboard Detection
tech.adstruc.com
Unsupervised Billboard Detection
1–10 of 14 posts
Re: Unsupervised Billboard Detection
#2Re: Unsupervised Billboard Detection
#3Watch Google incorporate this into Street View to deliver billboard advertisements.
Re: Unsupervised Billboard Detection
#4Re: Unsupervised Billboard Detection
#5Re: Unsupervised Billboard Detection
#6Re: Unsupervised Billboard Detection
#7This is great. I wonder if applying a crowdsource solution, with humans selecting the billboard, would also have delivered a cost-effective solution with the benefits in less time.
Re: Unsupervised Billboard Detection
#8It is fairly straightforward to detect a billboard in a random nature scene; look for straight lines and intersections of them. Most (all?) billboards are also horizontal.
It is quite another thing to detect billboards in an urban setting.
Re: Unsupervised Billboard Detection
#9Re: Unsupervised Billboard Detection
#10This is great. I wonder if applying a crowdsource solution, with humans selecting the billboard, would also have delivered a cost-effective solution with the benefits in less time.
This is actually something we considered (we originally built this tool to import data from one of the major vendors). Their data was consistent enough that we were able to achieve a high enough hit rate, that it made sense to do it this way (OpenCV is an amazing framework for this type of task). However, from most of our vendors, the board themselves are not outlined/blocked out. In those cases, the CV algorithms fa…