NVIDIA-AI-IOT / Lidar_AI_Solution

A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,).
Other
1.33k stars 236 forks source link

What version of protobuf has been used to build CUDA_BEVfusion ? #291

Open Tony-syr opened 1 month ago

Tony-syr commented 1 month ago

It is written in onnx-ml.pb.h file the following code #if PROTOBUF_VERSION < 3016000, so what 3016000 means , and what version is compatible with it.

hopef commented 3 weeks ago

Please run the script make_pb.sh first.

Jctrp commented 3 weeks ago

Please run the script make_pb.sh first.

Thanks, this is useful.