yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.07k stars 308 forks source link

issue about fushion tools/eval_scores.py ValueError: operands could not be broadcast #88

Closed sucaohan closed 5 years ago

sucaohan commented 5 years ago

hello,teacher,sorry to bother u,when i run “python2 tools/eval_scores.py /home/ubuntu-507/tsn-pytorch/rgb_split1_score.npz /home/ubuntu-507/tsn-pytorch/flow_split1_score.npz --score_weights 1 1.5“ the error is: Traceback (most recent call last): File "", line 40, in final_scores += agg_score * score_weights[i] ValueError: operands could not be broadcast together with shapes (1530,51) (3570,51) (1530,51)

so how to solve it?looking forward to your reply.thank u

sucaohan commented 5 years ago

sorry,a silly mistake