li829
li829
> That looks like an error in your annotations file. There must be an empty line. Yes, just like you said. I have solved this problem.
GPU:2080TI memory:10G; GPU:1060 memory:6G pytorch:1.2.0 and 1.1.0 environment:anaconda cudatoolkit=10.0.130 and 9.2 cudnn=7.6.0 I used both gpus to run run_pre.py, and got same error.
Thanking the author. I think I find the problem. It is because samplers.py and DataLoader not work well together in pre.py line50. line 181 in pre.py:data_shot, data_query = data[:p], data[p:],...
有可能是test的score_threshold过高导致把低分数的结果都滤除了