What Is The Best Facial Recognition Model Configuration in DeepFace?

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 20

  • @tapptorp8363
    @tapptorp8363 3 месяца назад +1

    Im learning about face recognition at university and Deepface has helped me learn a lot, thanks!

  • @ragnarmarnikulasson3626
    @ragnarmarnikulasson3626 5 месяцев назад +1

    thank you! great work

  • @matthewbrown797
    @matthewbrown797 6 месяцев назад

    Thank you for your code, bro!

  • @almirbolduan
    @almirbolduan 6 месяцев назад +1

    In your experience.. what would be the best detector + model combination when capturing stream from surveillance cameras?
    Thanks!

    • @sefiks
      @sefiks  6 месяцев назад +3

      FaceNet + RetinaFace

    • @sreedeepdileep5263
      @sreedeepdileep5263 5 месяцев назад +1

      @@sefiks can you suggest the pc specification needed for it to run smoothely on a real-time surveillance cameras for facial recognition with high accuracy

  • @MaksimLansky
    @MaksimLansky 8 дней назад

    Hi do you have any plans to add batch processing support, for represent() method, to make it more suitable for GPU uses?

    • @sefiks
      @sefiks  8 дней назад +1

      Currently, there is an open PR covering batch processing for analyze(). Once it is merged, we can extend it to other functionalities.

    • @MaksimLansky
      @MaksimLansky 8 дней назад

      @@sefiks tnak's for clarifications.I have done some work processing data in batches with direct access to the models, that deepface provides via build_model method and 'mode'l attribute.

  • @tapptorp8363
    @tapptorp8363 3 месяца назад

    Do you know if there are any face recognition models used in deepface where you can get the data of where in a picture the face is recognized?
    For example face recognized at X:37 and Y: -180

    • @sefiks
      @sefiks  3 месяца назад +1

      deepface offers this already in the response payload

    • @tapptorp8363
      @tapptorp8363 3 месяца назад

      @@sefiks Just tried it out. Super easy and useful, thanks for the quick answer! (Can't believe I missed it when going through the code earlier😅)

  • @sencerdurdu3814
    @sencerdurdu3814 7 месяцев назад

    Hocam merhaba, çalışma için çok teşekkürler.
    Anlık görüntü işleme hızını artırmak için uygulayabileceğimiz ya da bize öğretebileceğiniz bir detay var mıdır?
    Saygılar

    • @sefiks
      @sefiks  7 месяцев назад

      Bu modellerin hepsi kompleks ve calismasi zaman alan modeller. Hizlandirmak icin guclu donanim disinda bir care yok benim bildigim malesef.
      Detector olarak fastmtcnn ile daha hizli modelleri secerek kismi hizlandirabilirsiniz fakat yine de real-time icin yavas kalir.

    • @sencerdurdu3814
      @sencerdurdu3814 7 месяцев назад

      @@sefiks Hocam YOLO ile çalışırken nano, medium, large gibi model seçenekleri kullanabiliyoruz; sizin çalışmanızda da model seçimi yapabiliyoruz, model seçeneği belirtirken böyle bir yol uygulanabilir mi? Bu modellerde de seçenekler var mıdır?
      Hızlı cevabınız için ayrıca teşekkür ediyorum.

    • @sefiks
      @sefiks  7 месяцев назад

      @@sencerdurdu3814 hayir ama fastmtcnn hizli bir detector, Facenet de hizli bir yuz tanima modeli. Bu cifti kullanabilirsin ancak.

  • @anilgupta4801
    @anilgupta4801 22 дня назад

    I want best combination of two with results in less than 1 sec

    • @sefiks
      @sefiks  22 дня назад

      Let me know once you find it please

  • @tunateke9806
    @tunateke9806 Месяц назад +1

    🤖