CornerNet-Lite-Pytorch icon indicating copy to clipboard operation
CornerNet-Lite-Pytorch copied to clipboard

:rotating_light::rotating_light::rotating_light: CornerNet:基于虚拟仿真环境下的自动驾驶交通标志识别

Results 3 CornerNet-Lite-Pytorch issues
Sort by recently updated
recently updated
newest added

在 params = torch.load(f) in core/nnet/py_factory.py时 出现RuntimeError: storage has wrong size: expected 0 got 1,是模型不对吗?我用的是CornerNet_Saccade_500000.pkl

你好,我用的python3.7,pytorch 1.4.0 ,在跑demo的时候提示下面这个错误。 RuntimeError: Error(s) in loading state_dict for DummyModule: size mismatch for module.tl_heats.0.1.weight: copying a param with shape torch.Size([80, 256, 1, 1]) from checkpoint, the shape in current model...