What if they created the 57 line project, and spent $86 million to improve OpenALPR?
How I failed to replicate an $86M project in 1 line of code
11–20 of 50 posts
Re: How I failed to replicate an $86M project in 1 line of code
#12The post starts with a false premise that: "[a medium post has been] doing the rounds the last few days, describing how an automated license plate recognition (ALPR) system being developed for the Australian Victoria Police could just use the open-source ALPR system OpenALPR instead" The original post was pretty much a tech demo, and noted a bunch of issues. I think the point was that an ALPR project shouldn't really…
Re: How I failed to replicate an $86M project in 1 line of code
#13The post starts with a false premise that: "[a medium post has been] doing the rounds the last few days, describing how an automated license plate recognition (ALPR) system being developed for the Australian Victoria Police could just use the open-source ALPR system OpenALPR instead" The original post was pretty much a tech demo, and noted a bunch of issues. I think the point was that an ALPR project shouldn't really…
Re: How I failed to replicate an $86M project in 1 line of code
#14Two problems: 1. You've shown the success of OpenALPR isn't perfect, but I'm sure the closed source alternative isn't perfect either. It might be better, but is it $86 million better? 2. If we spent $86 million on developing OpenALPR, it would be an incredible product that everyone could use, without paying so much to the overhead of an executive structure.
Re: How I failed to replicate an $86M project in 1 line of code
#15I'm pretty sure you could make it realtime with more than 10x improvement: Scan a thinner section of the video because the sky/ground is useless, and process every 10th frame.
Re: How I failed to replicate an $86M project in 1 line of code
#16How many police departments around the world are spending absurd amounts of money for this technology? It would make much more sense both cost and productivity wise to have one big project that anyone can improve on instead of multiple inferior projects.
Not to mention that all of this is paid for with taxpayer money, so it is reasonable for those same taxpayers to have access to the code.
Re: How I failed to replicate an $86M project in 1 line of code
#17The first article points out the inefficiency and does a good job of replicating some basic functionality. It's basically saying "with this starting pointing, the performance is not as good, but we could probably make it a lot better without spending $86 mil" IMO, this one is saying "I'm gonna push the starting point even further back and complain about someone making a suggestion about inefficiencies." But that's th…
Re: How I failed to replicate an $86M project in 1 line of code
#18Re: How I failed to replicate an $86M project in 1 line of code
#19I think this is a good case for why all government software should be open source. How many police departments around the world are spending absurd amounts of money for this technology? It would make much more sense both cost and productivity wise to have one big project that anyone can improve on instead of multiple inferior projects. Not to mention that all of this is paid for with taxpayer money, so it is reasonab…
(Shameless plug)
Re: How I failed to replicate an $86M project in 1 line of code
#20As for speed, there appears to be an OpenCL option that should be investigated.