detect object in image,how they did it. I think it is unbelieveable

前端 未结 2 987
孤城傲影
孤城傲影 2021-02-11 05:36

alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/person_06.jpg alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/dog_08.jpg alt

相关标签:
2条回答
  • 2021-02-11 05:58

    The algorithm was published.

    And you can redo it yourself, if you do have your Math skills sharp enough.

    0 讨论(0)
  • 2021-02-11 06:05

    Based on their publications, one can conclude they use SVM classifier and/or some sort of a graphical model (Markov Random Field / Conditional Random Field). Also, they (probably) use Histograms of Oriented Gradients as features. The approach implies really complicated math (machine learning, to be precise). If you are not familiar, you could try to use their implementation.

    0 讨论(0)
提交回复
热议问题