Results 128 comments of HopeJW

@guhuajun Sorry, I pushed [here](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution/tree/master/libraries/3DSparseConvolution/libspconv-1.1.1), not a branch.

I have updated the libspconv.so in a new strategy. We no longer require protobuf v3.6.1 as we can configure protobuf manually.

Hi, wei, You can refer the official site of pytorch_quantization_library to check it. ------------------ Original ------------------ From: Wei ZHANG ***@***.***> Date: Thu,Oct 26,2023 6:49 PM To: NVIDIA-AI-IOT/Lidar_AI_Solution ***@***.***> Cc: Subscribed...

Please give me some time, thansk.

Oh, it looks like you are compiling in an abnormal environment.

Sorry, this is caused by the option -std. For CUDA 11.x, we should set the option to -std=c++14. For CUDA 12.x, the option should be set to -std=c++17.

Sorry, we have no plan to support BEVSegmentationHead currently.

You should check your device freq. For example: run jetson_clocks.

You should make sure your device is running on MAXN mode. ``` sudo nvpmodel -q NV Power Mode: MAXN ``` Change to MAXN can use the command: `sudo nvpmodel -m...