简体   繁体   English

服装识别算法

[英]Apparel Recognition Algorithm

I am looking for an algorithm that given a photo / image, it can recognize and cut out the main piece of apparel on it. 我正在寻找一种算法,可以给定照片/图像,它可以识别并裁剪出主要的服装。 There will be only a piece of apparel on the photo, meaning it is not a model wearing different pieces, but just an image with that piece of apparel only and the rest will be the background. 照片上只会有一块衣服,这意味着它不是模特穿着不同的衣服,而只是一张带有该衣服的图像,其余的将作为背景。

Do any of you know such open source solution/algorithm for this? 你们当中有人知道这样的开源解决方案/算法吗?

You could try amazon mechanical turk service. 您可以尝试亚马逊机械土耳其人服务。 It costs but might get the job done. 它花费但是可能完成工作。

http://aws.amazon.com/mturk/ http://aws.amazon.com/mturk/

If all else fails in your search to find a free algorithm! 如果其他所有搜索都失败了,那就找不到免费的算法了!

Buy yourself a book on image recognition. 给自己买一本关于图像识别的书。 You will have to develop a training set, and train your code to recognise apparel. 您将必须开发一个训练集,并训练您的代码以识别服装。 No-one is giving away a trained, optimised, commercial-purpose image recognition system for free. 没有人会免费提供经过培训的,经过优化的,用于商业目的的图像识别系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM