reid_baseline_with_syncbn icon indicating copy to clipboard operation
reid_baseline_with_syncbn copied to clipboard

Reimplementation of Bag of Tricks and A Strong Baseline for Deep Person Re-identification

Results 12 reid_baseline_with_syncbn issues
Sort by recently updated
recently updated
newest added

你好 多卡运行到这就卡着不动了 单卡的脚本没问题 2022-06-19 19:09:40,134 reid_baseline.train INFO: Trainer Built 我只修改了这个 MODEL: PRETRAIN_PATH: '/home/wgj233/.cache/torch/checkpoints/resnet50-19c8e357.pth' INPUT: SIZE_TRAIN: [384, 384] SIZE_TEST: [384, 384] PIXEL_MEAN: [0.5, 0.5, 0.5] PIXEL_STD: [0.5, 0.5, 0.5] PROB: 0.5...

HI, when i trained the model with multi-gpu training, the model didn't start training after more than 30 minutes, and i don't konw why, could you give me some suggestions?...

这数据集实在太大了,普通实验室跑不起,老哥能分享下训练这个数据集的处理脚本吗? 要训练的话,你还需要把数据集中的图片重命名成0001_c014_00001.jpg(vehicleid_cameraid_imageid.jpg)。

您好,我是reID刚入门的学生,在运行您的代码时发现VeRi-Wild数据集似乎与VeRi-776数据集有点差别,似乎将VeRi-Wild做了处理,图片进行了重新命名,请问,是否可以提供一下脚本文件,谢谢,已start完毕

您好,我也用这个训练了veri776数据集(all tricks with center loss,resnet_ibn_a),训练了40个epoch,验证集准确率90以上,但是用test.py测试的时候,map只有3%,rank也很低。 我想知道您训练的模型类型,以及epoch数,还有用哪个预训练参数,非常想达到您这样的准确率! 谢谢回复,非常感谢!

Hi, should lr rate of bias be multiplied the num of gpus in the following codes ? ``` def make_optimizer(cfg, model, num_gpus=1): params = [] for key, value in model.named_parameters():...

Hi, I want to train ResNet-50 or 34 for person and vehicle on MSMT17 and VeRi dataset. 1- Can I train ResNet for two classes and use both datasets at...

Hi, Where I can find the VeRi pre-trained model for the only test?

Hello,Can it be tested on windows?I test in windows,but always report Permission denied: 'configs',The full error report is: Traceback (most recent call last): File "main.py", line 186, in main() File...

i dont understand why during mutiGPUS trainning ,lr should multiply numgpus,thx!