Coder Social home page Coder Social logo

ice's People

Contributors

chenhao2345 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

Watchers

 avatar  avatar

ice's Issues

Which part of the paper does "loss_ccl" in trainers.py correspond to,and how to improve the accuracy?

Hello, it's a great honor to read your excellent work, but when reproducing your paper code, I have the following questions: 1. Which part of the paper does "loss_ccl" in trainers.py correspond to? This loss function does not seem to improve the effect of the model. 2. At present, the highest accuracy of my reproduction is only 76.7%. How can I achieve the accuracy pointed out in the paper?

Thank you for your answer!

GPU number

Is the number of GPUs or type of GPU effective in accuracy that achieved in the paper?
If I don't have 4 GPUs and I have 1 GPU, what would happen when running the code?
Is it possible that we cannot get the results of the paper?

Performance degrades

Why does the performance degrade when I use only 1 GPU with all the same hyper-parameter?

How should I change the parameters when using 1 GPU.

About camera agnostic

Hello. Thank you for your great work.

How can I set the camera-aware or camera-agnostic during training?

For example, I do not want to use the camera ID in your method.

Is camera-agnostic not using camera ID at all??

About the calculation of ccloss

image

Dear author, thank you for your outstanding work!

I have an immature doubt about the code implementation process:

I found that the calculation of ccloss: "f_out_t1" and "centers" do not take "l2 norm", that is, they do not represent cosine similarity. I want to ask, is there any special reason for the handling here?

Thank you for your coming reply!

About ResNet50_IBN network

Hi, I am getting error when I tried to train your network with
ResNet50_IBN.

I gave the arguments like this
"python examples/unsupervised_train.py --dataset-target market1501 --a
rch resnet_ibn50a"

File "examples/unsupervised_train.py", line 94, in create_model
model_1 = models.create(args.arch, num_features=args.features, dropout=args.dropout, num_classes=0)
File "/root/workplace/re-Id/ICE/ice/models/init.py", line 54, in create
return __factory[name](*args, **kwargs)
File "/root/workplace/re-Id/ICE/ice/models/resnet_ibn.py", line 130, in resnet_ibn50a
return ResNetIBN('50a', **kwargs)
File "/root/workplace/re-Id/ICE/ice/models/resnet_ibn.py", line 29, in init
resnet = ResNetIBN.__factorydepth
File "/root/workplace/re-Id/ICE/ice/models/resnet_ibn_a.py", line 187, in resnet50_ibn_a
state_dict = torch.load(model_urls['ibn_resnet50a'], map_location=torch.device('cpu'))['state_dict']
File "/root/anaconda3/envs/ICE/lib/python3.8/site-packages/torch-1.7.0-py3.8-linux-x86_64.egg/torch/serialization.py", line 581, in load
with _open_file_like(f, 'rb') as opened_file:
File "/root/anaconda3/envs/ICE/lib/python3.8/site-packages/torch-1.7.0-py3.8-linux-x86_64.egg/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/root/anaconda3/envs/ICE/lib/python3.8/site-packages/torch-1.7.0-py3.8-linux-x86_64.egg/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: '/home/hchen/Projects/Baseline/logs/pretrained/resnet50_ibn_a.pth.tar'

How can I load the pretrained weights of ResNet50-IBN?

Performance degrades

Hi,

When I run the train on Market1501, the performance degrades.

Should DBSCAN clustering hyperparameter eps=0.5 in market1501?
, eps=0.55 for duke and eps=0.6 for msmt dataset?

复现问题

您好,请问您目前的代码是达到82.3的那个版本吗,我试了好几次都差了七八个点。

About mini-batch shuffling.

image
image

Hi, I have some question about the implementation.

Why do you shuffle and reverse the mini-batch order before feeding it into the
online encoder and momentum encoder like the above code??
image

Pretrained model

Can you provide the download address of the pre-trained model?

Memory error in large datasets

Hello!

In your solution matrix of Jaccard distances is precomputed and takes up a lot of space in RAM. Are there ways to solve this problem? This question is relevant for large datasets.

Thanks!

Low accuracy

The accuracy of the model I obtained is low, only 50.6% in MAP, which is far different from the data in the paper. Is the parameter setting in the code not optimal?

t-SNE

请问您可以上传t-SNE可视化相关的代码吗?应该怎么选取可视化的行人ID?

train_loader_target is none

Hi, I am a graduate student who is conducting an experiment because I was impressed by your ICE model. I meet an error “raise StopIteration StopIteration”, I find that train_loader_target is none. Do you know why?

Train model with ground truth label.

Hi, I am a graduate student who is conducting an experiment because I was impressed by your ICE model. If I want to check the performance of ICE model's Supervised model, should I use cross-camera loss (Camloss)?

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.