Marvel Face Recognition App Demo

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 12

  • @karanthakkar9009
    @karanthakkar9009 4 роки тому

    Can you please make a dedicated video from start which shows how you make the app from scratch and explain the code.Please

  • @gamesoo7
    @gamesoo7 5 років тому

    I want to upload my version but it's giving errors.. please help me how can i do it properly

  • @anupdumalwad8667
    @anupdumalwad8667 6 років тому +1

    SIR just the code in github link u provided is not capturing phots when i click on recognise or training application get closed .Sohow can I access it .can u send me a code according to latest android version or what changes should I do in my code?

    • @jydee59
      @jydee59 6 років тому +1

      Anup Dumalwad bro I was having the same issue.... I come up with finding an error ... error is in 100th line .... fr = new PersonRecognizer(mpath);
      And
      fr.load();
      If you comment these spets it will stop adding them to the data base or wherever it is saving.... but wil not crash ... try to find error and resolve it... and help me too

    • @jydee59
      @jydee59 6 років тому

      And these two steps are placed in both recognize and training java classes

    • @safbk7892
      @safbk7892 3 роки тому

      @@jydee59 Hi Bro,
      static {
      OpenCVLoader.initDebug();
      System.loadLibrary("opencv_java");
      }
      in the above code when the System.loadLibrary("opencv_java") uncomment it the programme will crushing.
      when the System.loadLibrary("opencv_java") is comment it will run smoothly.
      what's the reason plz. I am beginner.

    • @jydee59
      @jydee59 3 роки тому

      @@safbk7892 I left that code at that time because I didn't find any solution to that

  • @aseemkhan1929
    @aseemkhan1929 5 років тому

    Sir i tried it and it runs successfully but when i scan a photo it brings all the names without scanning other faces so what is the solution for it plz ans. asap

    • @gamesoo7
      @gamesoo7 5 років тому

      Yes same problem have you solved it

  • @Manikandan-qc7ei
    @Manikandan-qc7ei 4 роки тому

    Which database you used?

  • @patelsnehal5082
    @patelsnehal5082 5 років тому

    how to get one person name when scanning single person in there sd card