GithubHelp home page GithubHelp logo

Comments (7)

kaishijeng avatar kaishijeng commented on August 20, 2024 12

i use PFE_sphere64_msarcface_am and got the following lfw accuracy:

Euclidean (cosine) accuracy: 0.99717 threshold: 1.50062
MLS accuracy: 0.99833 threshold: -2435.03760

Not sure why MLS accuracy threshold is huge negative number.

I have a question of how to use PFE_sphere64_msarcface_am to do face recognition of 2 face images.
I know preprocessing, alignment and network.extract_feature(image) to obtain mu, sigma_sq.
How to use features of mu, sigma_sq to identify whether these 2 images beloging to the same person or not?

Thanks,

from probabilistic-face-embeddings.

seasonSH avatar seasonSH commented on August 20, 2024

I will upload one PFE model trained with this code.

from probabilistic-face-embeddings.

kaishijeng avatar kaishijeng commented on August 20, 2024

Thanks,

from probabilistic-face-embeddings.

seasonSH avatar seasonSH commented on August 20, 2024

I have uploaded more pre-trained models, including a better one which is trained on Ms-ArcFace.

from probabilistic-face-embeddings.

kaishijeng avatar kaishijeng commented on August 20, 2024

I will download both pretrained models and try them out.

Thanks,

from probabilistic-face-embeddings.

tanpengshi avatar tanpengshi commented on August 20, 2024

I can no longer evaluate the PFE_sphere64_msarcface_am pretrained model for lfw accuracy! Came across the error here:

    157             print('Metagraph file: %s' % meta_file)
    158             print('Checkpoint file: %s' % ckpt_file)
--> 159             saver = tf.compat.v1.train.import_meta_graph(meta_file, clear_devices=False, import_scope=scope)
    160             saver.restore(self.sess, ckpt_file)

ValueError: Node 'gradients/UncertaintyModule/fc_log_sigma_sq/BatchNorm/cond/FusedBatchNorm_1_grad/FusedBatchNormGrad' has an _output_shapes attribute inconsistent with the GraphDef for output #3: Dimension 0 in both shapes must be equal, but are 0 and 512. Shapes are [0] and [512].

Kindly help! Thank you! :)

from probabilistic-face-embeddings.

chidaksh avatar chidaksh commented on August 20, 2024

@tanpengshi were you able to find any workaround for the same? Even I'm stuck at the same issue and unable to move forward

from probabilistic-face-embeddings.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.