xxradon / pointpillars_pytorch_trt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Deployment Implementation For PointPillars

This repository is a deployment implementation for pointpillars. It has two parts: a PyTorch implementation for ONNX export and a TensorRT implementation for deployment.

PyTorch

We train and export the model based on OpenPCDet.

Go to pytorch for more details.

TensorRT

The deployment implementation is a modified version of TensorRT and tiny-tensorrt.

Go to trt for more details.

Contributors

Zhongyuan Qiu, Hao Liu, Chenchen Zhang, Bo Wen.

Novauto 超星未来

Novauto.png

Acknowledgement

The code is developed based on OpenPCDet , TensorRT and tiny-tensorrt.

License

This project is licensed under the Apache license 2.0 License - see the LICENSE file for details.

About

License:Apache License 2.0


Languages

Language:C++ 75.8%Language:Python 14.9%Language:Cuda 6.9%Language:CMake 1.0%Language:Shell 0.5%Language:C 0.4%Language:Jupyter Notebook 0.2%Language:Dockerfile 0.2%Language:SWIG 0.0%Language:Makefile 0.0%