Algorithm improvement for Coca-Cola can shape recognition
stackoverflow.com
Algorithm improvement for Coca-Cola can shape recognition
1–10 of 13 posts
Re: Algorithm improvement for Coca-Cola can shape recognition
#2Corresponding meta discussion, mentioned in the question: http://meta.stackoverflow.com/questions/129423/on-the-bounda.... I merely wonder why it's tagged 'java'.
Re: Algorithm improvement for Coca-Cola can shape recognition
#3Re: Algorithm improvement for Coca-Cola can shape recognition
#4This computer vision stuff is so fascinating. Does anyone know what the career prospects are like if you specialize in this? Is there much consulting demand? What kind of fees do CV consultants charge?
Re: Algorithm improvement for Coca-Cola can shape recognition
#5This computer vision stuff is so fascinating. Does anyone know what the career prospects are like if you specialize in this? Is there much consulting demand? What kind of fees do CV consultants charge?
I personally really enjoy working with images and the projects have had good variety even if they have all been about industrial machine vision (measurement). At least in Finland demand for industrial machine vision seems to be good, but "machine vision" has still certain stigma because of previously failed projects. Many projects have failed because of lack of good hardware (cameras, illumination, computing power) and knowledge. At least the hardware side is now in quite good condition.
Re: Algorithm improvement for Coca-Cola can shape recognition
#6Re: Algorithm improvement for Coca-Cola can shape recognition
#7This computer vision stuff is so fascinating. Does anyone know what the career prospects are like if you specialize in this? Is there much consulting demand? What kind of fees do CV consultants charge?
Re: Algorithm improvement for Coca-Cola can shape recognition
#8This computer vision stuff is so fascinating. Does anyone know what the career prospects are like if you specialize in this? Is there much consulting demand? What kind of fees do CV consultants charge?
As for fees, it's entirely reflective of a) how much money the problem is costing the client and b) your ability to prove to them your value to the client. Clients do not always respect the complexity of the problems they're facing, so it's easier to work with those who have tried for themselves.
For what it's worth, we're hiring right now in this space (computer vision software development), located in Ottawa, Canada: http://ca.indeed.com/job/software-engineer-71a851096a104223
Re: Algorithm improvement for Coca-Cola can shape recognition
#9Okay, someone needs to create an open repo of all these recognition algos before Apple or Google patents everything.
Re: Algorithm improvement for Coca-Cola can shape recognition
#10This computer vision stuff is so fascinating. Does anyone know what the career prospects are like if you specialize in this? Is there much consulting demand? What kind of fees do CV consultants charge?
The original post really highlights the "problem with computer vision" - finding the coke can is fairly easy (SIFT), although the author goes off on some other random approach that I doubt would work very well. The field certainly has its share of Do-It-Yourselfers, plus it's also quite common to outsource labour overseas. As for fees, it's entirely reflective of a) how much money the problem is costing the client an…
SIFT is faster than generalized HoughTF in this case, use of points instead of whole objects/blobs gives you nice ways to validate using 3D model, etc., but I would still not look down on some one who finds and implements this solutions as a student.