quarter CNN: FaceNet: A Unified Embedding for Face Recognition and Clustering

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

КОМЕНТАРІ • 24

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

    Best explanation.. thank you so much

  • @jaydenlu764
    @jaydenlu764 4 роки тому +1

    You are so talented

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

      Thanks a lot

    • @waleedaiad3411
      @waleedaiad3411 2 роки тому

      @@quarter2018 How can i khow how many hidden layer used in facenet?

  • @harrrymok
    @harrrymok 4 роки тому +1

    thanks for the nice presentation, when i load the embedding facenet model by tf.keras.models.load_model('facenet_keras.h5') with tensorflow 2.2, it keeps raising error (ValueError: bad marshal data (unknown type code), may i know is there any idea to mitigate it?

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

      I am not familiar with keras and has no idea about how to address your problem.

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

      i know Im kind of randomly asking but do anybody know a good place to stream new movies online ?

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

      @Augustus Gregory flixportal :)

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

      @Uriah Sincere Thank you, I signed up and it seems like a nice service :) I really appreciate it!!

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

      @Augustus Gregory you are welcome :)

  • @waleedaiad3411
    @waleedaiad3411 2 роки тому

    Is d in deep cnn mean the number of hidden layer that used?

    • @quarter2018
      @quarter2018  2 роки тому +1

      $d$ is the number of neurons used in the output layer that makes your output is a $d$-dimensional feature vector.

  • @waleedaiad3411
    @waleedaiad3411 2 роки тому

    How can i khow how many hidden layer used in facenet?

    • @quarter2018
      @quarter2018  2 роки тому +1

      The number of hidden layers is dependent on your application.

    • @waleedaiad3411
      @waleedaiad3411 2 роки тому

      @@quarter2018 can i talk with you on whatsapp or any way if you can.
      And thank you for your answer😍🌹🌺

    • @quarter2018
      @quarter2018  2 роки тому +1

      @@waleedaiad3411 We will open a google meeting (meet.google.com/xya-vuys-vfo) for discussion at 10:00 PM ~ 10:30 PM (UTC+8) every Wednesday.

    • @waleedaiad3411
      @waleedaiad3411 2 роки тому

      @@quarter2018 ok i will open with you
      Thanks for your answer🌺🌹

  • @布丁-z8m
    @布丁-z8m 3 роки тому

    How is the embedding(feature vector) comes from?

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

      The idea of the FaceNet is to embed the face image to a d-dim feature vector based on any currently existing CNN networks using the proposed triplet loss.
      This decouples the feature extraction and classification stages.
      You can refer to our video at time about 7'57''.

    • @布丁-z8m
      @布丁-z8m 3 роки тому

      @@quarter2018 Thank you very much. Is it the output of the fully connected layer of CNN? I'm a machine learning beginner.

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

      Yes, you are right. In general, the last layer of the network for feature embedding is the fully connected layer and its output is the embedded feature.

    • @waleedaiad3411
      @waleedaiad3411 2 роки тому

      @@布丁-z8m can we use softmax loss or any loss function instead of triplet loss?