simple_bev icon indicating copy to clipboard operation
simple_bev copied to clipboard

how to generate model.pth to model.onnx?

Open zmtttt opened this issue 1 year ago • 1 comments

how to get the architechture of the model

zmtttt avatar May 20 '24 06:05 zmtttt

result = self.forward(*input, **kwargs) TypeError: Segnet.forward() missing 2 required positional arguments: 'pix_T_cams' and 'cam0_T_camXs' why?? my_onnx_inputs include those, torch.Size([4, 6, 3, 900, 1600]) torch.Size([4, 6, 4, 4]) torch.Size([4, 6, 4, 4]) torch.Size([4, 1, 200, 8, 200])

zmtttt avatar May 21 '24 08:05 zmtttt