Git Product home page Git Product logo

pi-reid's Issues

Ask for datasets

Hello, I sent an email to your Google Email to ask for the dataset three days ago, but I haven't received the reply yet. Could you please check your email? Thanks

您好,发了邮件没有回复

您好,我需要数据集进行研究,三天前已经给您的谷歌邮箱发了邮件,还没有收到回复,可以
麻烦您查看一下邮箱么。

About the pretrained model

Thanks for your helpful work!
When I try to reproduce the result in paper, I find the pretrained model download from Baidu disk can't work well
By the way, what's your torch version? Both 1.6 and 1.5 do not work for me.
Error message using pytorch 1.6:
“”“
torch.nn.modules.module.ModuleAttributeError: 'BatchNorm2d' object has no attribute '_non_persistent_buffers_set'
”“”
Error message using pytorch 1.5:
“”“
AttributeError: module 'torch.jit' has no attribute '_script_if_tracing'
python-BaseException
”“”
looking forward to your reply : -)

Giving back feature gallery instead of feature query during training

Hello everyone,

I have a question to your code: In line 204 of pisnet in file PI-ReID/modeling/backbones/pisnet.py the forward pass returns the following during training:
return x1, attention1, x2, attention2, x_g, x3, attention3
with x_g being the gallery features. However in line 70 in file PI-ReID/modeling/PISNet.py you name the previous outputs as follows:
feature_gallery, gallery_attention, feature_gallery1, gallery_attention1, feature_query, reg_feature_query, reg_query_attention
The third last output, i.e., the gallery features x_g in pisnet.py is used as feature_query in the second file.

Is that a bug or am I missing something?

Best and thanks in advance :)
Jenny

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.