You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-06 17:19:35,343 INFO ==> Loading parameters from checkpoint ../checkpoints/deeplabv3_resnet50_coco-cd0a2569.pth to GPU
Traceback (most recent call last):
File "/tmp/OfficialOpenPCDet/tools/train.py", line 237, in
main()
File "/tmp/OfficialOpenPCDet/tools/train.py", line 147, in main
model.load_params_from_file(filename=args.pretrained_model, to_cpu=dist_train, logger=logger)
File "/tmp/OfficialOpenPCDet/tools/../pcdet/models/detectors/detector3d_template.py", line 368, in load_params_from_file
model_state_disk = checkpoint['model_state']
KeyError: 'model_state'
The text was updated successfully, but these errors were encountered: