nutonomy_pointpillars icon indicating copy to clipboard operation
nutonomy_pointpillars copied to clipboard

Convert pointpillars Pytorch Model To ONNX for TensorRT Inference

Results 16 nutonomy_pointpillars issues
Sort by recently updated
recently updated
newest added

![1](https://user-images.githubusercontent.com/32992656/98470475-cf785600-2220-11eb-8e9e-6c9d3de29a97.png) this is training loss of the last step

When I run the train.py, the error shows like this: voxel_features = voxel_features.permute(1, 0) RuntimeError: number of dims don't match in permute and self.padding, self.dilation, self.groups) RuntimeError: Calculated padded input...

Hi, i have a stupid question. Can anyone explain the input shapes to the pfe.onnx an rpn.onnx. I have difficulty understanding how to apply it for my point clouds. So...