GithubHelp home page GithubHelp logo

Comments (4)

yl-1993 avatar yl-1993 commented on August 19, 2024

@luofan18 The face dataset we used is face_emore. But it seems that the filename is a little different now, which has been reported by another researcher:

0_5822656
0_5822657
0_5822658
...

The format of our provided list is as follows:

part6_test.list:85741/85741_5822650.jpg
part6_test.list:85741/85741_5822651.jpg
...

As each image is named as 'faceid/faceid_imageid.jpg', you can extract the imageid to match the corresponding image.

from learn-to-cluster.

luofan18 avatar luofan18 commented on August 19, 2024

Thank you for providing the link. I have downloaded the dataset.

Besides, I found that you also provided pretrained model and extracted features for YoutubeFace at here https://drive.google.com/file/d/1hg3PQTOwyduLVyfgJ7qrN52o9QE35XM4/view?usp=sharing.

However, the F score is only 0.6004 for the pretrained model. The program also says

The model and loaded state dict do not match exactly 

unexpected key in source state_dict: base.layers.0.gc.weight, base.layers.1.gc.weight, base.classifier.weight, base.classifier.bias 

missing keys in source state_dict: classifier.weight, layers.1.gc.weight, classifier.bias, layers.0.gc.weight 

from learn-to-cluster.

yl-1993 avatar yl-1993 commented on August 19, 2024

@luofan18 It seems that the pretrained model does not match the built model, thus the output is basically from a random initialized model. I will check it in these two days.

from learn-to-cluster.

yl-1993 avatar yl-1993 commented on August 19, 2024

Hi @luofan18, I find it is my mistakes that the pretrained model has unexpected prefix module.base.. I have corrected it through commit 09c7262.

Feel free to download the latest YouTube-Faces in DATASET.md or use python tools/download_data.py --data youtube_face, to have a try.

from learn-to-cluster.

Related Issues (20)

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.