zb.xue
zb.xue
yaml文件问题
您好,我在测试您的frcnn-SIGMA++时候,如果按照您提供的配置文件,他无法测试 出现这个问题model["middle_head"] = build_middle_head(cfg, model["backbone"].out_channels).to(cfg.MODEL.DEVICE) AttributeError: 'NoneType' object has no attribute 'to' 当我加入 MIDDLE_HEAD_CFG: 'GM_HEAD'才可以运行,但是这样与预训练权重的参数不一样了,无法继续测试。
Subsequent articles indicate that the reports results after frame correction. I don't know whether your current dataset is modified
dnwild
In your dnwild dataset, which two parts are tested: is it the day_test and night_test for query-gallery swapping, or the day_query and night_query?
Hello, I used your code with a batch size of 8 during the training process, but the test results are slightly lower than those reported in your paper. May I...