Towards-Realtime-MOT
Towards-Realtime-MOT copied to clipboard
load_darknet_weights error
Traceback (most recent call last):
File "E:/jpf/Towards-Realtime-MOT/train.py",
line 221, in
File "E:/jpf/Towards-Realtime-MOT/train.py", line 77, in train load_darknet_weights(model, osp.join(weights_from, 'darknet53.conv.74'))
File "E:\jpf\Towards-Realtime-MOT\models.py", line 346, in load_darknet_weights bn_b = torch.from_numpy(weights[ptr:ptr + num_b]).view_as(bn_layer.bias)
RuntimeError: shape '[512]' is invalid for input of size 0
help,help,help
我也遇到了这个问题,请问解决了吗
I have the same issue did you find the solution?