HaohaoNJU / CenterPoint

TensorRT deployment for CenterPoint Lidar Detection Model.
MIT License
270 stars 56 forks source link

/usr/bin/ld: libpointpillars.so: undefined reference to `createNvOnnxParser_INTERNAL' #7

Closed luogantt closed 2 years ago

luogantt commented 2 years ago

I try six times ,alway has this error ,help!!!

Natsu-Akatsuki commented 2 years ago

try to add "target_link_libraries(pointpillars nvonnxparser)" to CMakelists.txt @luogantt

luogantt commented 2 years ago

尝试将“target_link_libraries(pointpillars nvonnxparser)”添加到 CMakelists.txt @luogantt

thank you very very much!