Giter Club home page Giter Club logo

dcq's People

Contributors

bilylee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dcq's Issues

问题探讨

我觉得这个方法中的weight类似于特征,类似于说今天维护了一个特征的队列,然后加上了triplet loss去做,也就是没有weight。我认为本质上是用triplet loss来训练人脸识别,然后加上momentum。

about _batch_unshuffle_ddp issue

在DCQ的前向中,对im_k做了一次shuff(对应函数_batch_shuffle_ddp),然后又做了一次unshuff(对应函数_batch_unshuffle_ddp),我认为得到的结果和直接对im_k做前向的结果是一样的。这样做的目的是什么?

Ues feature extractor or weight generator for evaluation?

Hi, nice work about face recognition! I'm only confused about the following:

In Section 3.1. Preliminaries Classification-based Representation Learning., as the paper says, "During evaluation, the FC layer is removed and only the feature extractor is used."

But in the code

DCQ/dcq.py

Line 146 in 5422b63

q = self.encoder_k(im_q)

It uses the weight generator network(encoder_k) to get the feature(or weight?) for evaluation; I am very puzzled here. Is there something that I missed?

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.