Show HN: API for detecting people, cars, and everyday objects in images
61–70 of 74 posts
Re: Show HN: API for detecting people, cars, and everyday objects in images
#62Earlier quoted context omitted.
One to two cents a task. Anytime you have a language agnostic task (identifying/classifying objects, etc), the tasks can be done very cheaply. Just make sure you do triplicate validation. Language dependent/creative tasks run much higher (smaller worker pool, more brain power needed).
I've never used mechanical turk before and don't understand what you mean by language agnostic. I'd want someone to tell me that it's a "car" and not a 汽車. And I'd want to give the instructions for the task in English.
Re: Show HN: API for detecting people, cars, and everyday objects in images
#63Hey losers FUCK OFF this is a technology site.
Re: Show HN: API for detecting people, cars, and everyday objects in images
#64* The documentation is pretty weak.
* I am not sure what a classID is, and I don't see any links to where the numbers come from.
* The example request is posting to an insecure http address, but the secret api key is required?
* The example request doesn't fit on one line? It took me a while to see it was in the "GET / HTTP/1.1" style.
* How do errors work? Having clearly specified error responses would be really useful.
If you trying to sell me on your API, show it to me.
Re: Show HN: API for detecting people, cars, and everyday objects in images
#65See this: http://i.imgur.com/ulith.png?1
You need to get a higher percentage of actual matches before you can use this for anything.
Re: Show HN: API for detecting people, cars, and everyday objects in images
#66Re: Show HN: API for detecting people, cars, and everyday objects in images
#67Over a dozen experiments, the recognition rate for faces seems to be about 70%. Example of failure: only 2 faces detected here (in particular NOT the one in focus) http://iamdaveknockles.files.wordpress.com/2011/03/meeting_j... This is worse than OpenCV (I thought you were using OpenCV but apparently aren't?)
Similar result with the image below. It got four of six faces, missing the most important of the faces. http://www.bostonglobe.com/rw//Boston/2011-2020/WebGraphics/...
Re: Show HN: API for detecting people, cars, and everyday objects in images
#68Re: Show HN: API for detecting people, cars, and everyday objects in images
#69Looks like this is using training data from the PASCAL VOC object detection challenge [1], which is the standard benchmark for evaluating object detection performance in computer vision. Object detection is an extremely tough problem (some would say it is the computer vision problem ;-)), and while we've made a lot of progress in the past decade, the best methods are still terrible [2] -- average detection precision…
Re: Show HN: API for detecting people, cars, and everyday objects in images
#70Earlier quoted context omitted.
Similar result with the image below. It got four of six faces, missing the most important of the faces. http://www.bostonglobe.com/rw//Boston/2011-2020/WebGraphics/...
If you read the description on the site, you'd know that the face detection stops after finding 4 faces.
In any case, the documentation is wrong if it says that. E.g., the software found all seven SEGs in the photo below:
http://www.bagnewsnotes.com/files/2011/10/Romney-Bain-Capita...