Giter Site home page Giter Site logo

Comments (3)

lilslsls avatar lilslsls commented on September 28, 2024 1

Thank you very much for your help. The test results during the training phase are now normal.

from sgiel_vireid.

lilslsls avatar lilslsls commented on September 28, 2024

All Average:
FC: Rank-1: 67.99% | Rank-5: 90.01% | Rank-10: 95.61%| Rank-20: 98.58%| mAP: 64.63%| mINP: 50.55%
POOL: Rank-1: 61.67% | Rank-5: 88.36% | Rank-10: 95.22%| Rank-20: 98.75%| mAP: 61.67%| mINP: 49.73%
Extracting Query Feature...
Extracting Time: 3.206
Extracting Gallery Feature...
All Average by ema:
FC: Rank-1: 1.05% | Rank-5: 5.26% | Rank-10: 10.57%| Rank-20: 21.03%| mAP: 2.97%| mINP: 1.58%
POOL: Rank-1: 1.05% | Rank-5: 5.26% | Rank-10: 10.52%| Rank-20: 20.80%| mAP: 3.03%| mINP: 1.66%
Time: 2023-04-07 15:13:07; Best Epoch: 66;

from sgiel_vireid.

jiawei151 avatar jiawei151 commented on September 28, 2024

个step更新参数后,也执行了EMA更新,

Hi, @lilslsls ! Thanks for your interest in our work. I'm wondering whether the BN running buffers has been updated in your implementation. In our baseline implementation, Line 353-354 in train.py is required to make all BN running buffers up-to-date.

with torch.no_grad():
    outputs_ema = net_ema(x1, x2, x1_shape, x2_shape, y=y)

from sgiel_vireid.

Related Issues (10)

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.