syh-hue
syh-hue
Hi, I have a question when I run train. Something like multithreading or way of using lambda().And I do it in windows not Unbantu. Error like this: Evaluate only Evaluating...
你好,罗博士,请教一个很基础的问题。我在windows下pycharm运行,在test或者train时编辑好配置文件时,报错找不到.yml 文件,一直都是这个基础问题,不知道是什么情况。是否是环境问题,但跑其他代码没问题。 如下: G:\syh\envs\pytorch\python.exe F:/workspace/reid-strong-baseline-master/tools/test.py --config_file configs/softmax_triplet_with_center.yml MODEL.DEVICE_ID ('0') DATASETS.NAMES ('market1501') DATASETS.ROOT_DIR ('workspace/reid-strong-baseline-master/data') MODEL.PRETRAIN_CHOICE ('self') TEST.WEIGHT ('workspace/reid-strong-baseline-master/reid/market_resnet50_model_120_rank1_945.pth') Traceback (most recent call last): File "F:/workspace/reid-strong-baseline-master/tools/test.py", line 67, in main() File "F:/workspace/reid-strong-baseline-master/tools/test.py",...
Hello, will the corruption dataset be automatically generated and saved after the code is run? Such as Market-1501-C, MSMT17-C, CUHK03-C, etc.
This is a good job. Figure 3 in the paper where is the code for visualizing expat loss? comparison with Triplet loss on the data set SYSU-MM01.
I tried to visualize the results, but nothing   No feats.pth file appeared at all, and I didn't find it where. and there is no .cfg.WEIGHT definition...
Hi, if your work is combined with the attention module? Are there relevant experiments?
你好,我想学习SAnet,并想运用到我的任务中来。我看到你论文中多次的消融实验。好像代码中每一个stage之后都有添加?是我理解错误吗?论文中分类任务最后一个stage的最后一个block(.5.3)之后添加,我应用到我的任务中是否也应该这样尝试?还是从1.2.3.4stage的最后一个block添加开始实验? 是新手,期待您的回复