Giter Club home page Giter Club logo

apnet's People

Contributors

chengy12 avatar gutianpei 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

Watchers

 avatar  avatar

apnet's Issues

SAM fig2

作者您好,感谢分享,我有几个问题想请教一下:

1、在SAM中,splite 切分的时候是切了通道数,splited = torch.split(x, channel//self.radix, dim=1),而图2画的是将上下切分,或者切4份?

2、切分完,做注意力,2层的时候,level=2注意力只是进行了softmax处理,atten = F.softmax(atten, dim=1).view(batch, -1, 1, 1),level=1 注意力用了SEnet?

3、按照图2,先全局,后逐步细粒度,但是代码里为啥顺序是相反的?
x = self.base_1(x)
if self.level > 2:
x = self.att_ss1(x)
x = self.BN_1(x)
if self.level > 1:
x = self.att_s1(x)
x = self.BN1(x)
if self.level > 0:
y = self.att1(x)
x = x*y.expand_as(x)

麻烦了~

关于APlevel=3时报错

作者您好!请问如果我想测试APlevel=3时的效果 除了将APNET: LEVEL参数改成了3之外还要进行什么其他的改动吗?
我在下载了您的代码之后 将configs/msmt.yml中的APNET: LEVEL参数改成了3 但是程序却报错:RuntimeError: running_mean should contain 63 elements not 64

测试时加载模型

image
cfg.TEST.WEIGHT 请教一下,这个路径怎么填,怎么挑选最好的模型呢?

accuracy

Hello. Is the accuracy reported in the article the best accuracy? Because every time the network is trained, the accuracies are slightly different

SAM part of the code

Hello, how can you pick out your "attention pyramid module" and add it to other networks? Is it the SAM part of the code?

The map of the datasets MSMT is different from that in the paper

Hi,
Thanks for sharing the code!!!
I run the experiments on Matket and Duke, and the results are similar to that in your paper. But the experiment result of MSMT is different from that in your paper. The map and rank1 of MSMT are 58.7% and 80.4% in my experiment. But, in your paper, the map and rank1 of MSMT are 63.5% and 83.7%. Maybe the experiment setup on MSMT is different from other datasets?

The code in APNet/modeling/baseline.py does not match the description in Figure 2

First of all thank you very much for your outstanding contribution!
In the forword of APNet/modeling/baseline.py, I found that the code is first split into two trainings, and finally after a se, which does not match the description in Figure 2 in the text (first horizontal training as a whole, and then cut into 2 training , Then cut into 4 points for training), which one prevails?

APNet算法中cuhk03测试结果问题

针对cuhk03这个数据集,我一直跑不出您论文给出的结果,想请问下当时您对于该数据集的参数是怎么设置的。举个例子:论文中cuhk03(l):mAP 85.3%; R-1 87.4% ,我测试的结果是 mAP 77.8%; R-1 80.9%。

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.