Lidar_AI_Solution
Lidar_AI_Solution copied to clipboard
export ONNX error
Thanks for you repo! I'm tring to convert pth to onnx. But When I use "python qat/export-camera.py --ckpt=model/resnet50/bevfusion-det.pth --fp16". I get a error "model = torch.load(args.ckpt).module AttributeError: 'dict' object has no attribute 'module' ". How can I fix the problem?