Neuronet search



  • We need to set up a program that determines how many people look like a given group of people (50 photographs). I mean, as far as I'm concerned, I'm going to need a neurosis on these 50 photos, and then, a neurosis can determine how much this picture looks like these 50. Question. Is there a ready neurosis, focused on photographers, what would that be?



  • ation We need to set up a program that determines how human it is.
    It looks like a target group of people.
    ation Is there a ready neuro neuro focused on photographers,
    What would you do?

    It's a long and hard way to teach neurosex.

    For example, to develop a Google system for Megaface recognition, it took about 1,000 servers. http://www.vedomosti.ru/technology/articles/2015/12/07/619875-rossiiskii-startap-google

    SURF can be used instead of neuronets.

    download the OpenCvSharp-AnyCPU package.

    Enter the OpenCvSharp.dll and OpenCvSharp. CPlusPlus.dll

    For the search and removal of key image points, you write about:

    var src = new Mat(@"C:\Images\test.jpg", LoadMode.GrayScale);
    var s = new OpenCvSharp.CPlusPlus.SURF(300.);
    var d = s.Detect(src);
    var m = new Mat()
    Cv2.DrawKeypoints(src, d, m);
    Window.ShowImages(m);


Log in to reply
 


Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2