Image Processing: Algorithm Improvement for 'Coca-Cola Can' Recognition

前端 未结 23 1677
后悔当初
后悔当初 2020-11-22 09:26

One of the most interesting projects I\'ve worked on in the past couple of years was a project about image processing. The goal was to develop a system to be able to recogni

23条回答
  •  天命终不由人
    2020-11-22 10:12

    You need a program that learns and improves classification accuracy organically from experience.

    I'll suggest deep learning, with deep learning this becomes a trivial problem.

    You can retrain the inception v3 model on Tensorflow:

    How to Retrain Inception's Final Layer for New Categories.

    In this case, you will be training a convolutional neural network to classify an object as either a coca-cola can or not.

提交回复
热议问题