Lidar_AI_Solution
Lidar_AI_Solution copied to clipboard
Static version of `spconv` library?
I am trying to integrate this solution into an existing repository, which already depends on libprotobuf.so.23
. This is giving me a lot of trouble, because libspconv.so
is linked to libprotobuf.so.17
. As such, whenever these two parts of my code touch, the duplicate symbol names collide and everything crashes. If Nvidia could provide either a) a static version of libspconv.so
or b) a version of libspconv.so
linked against newer versions of protobuf, it would make all of this so much easier, and would be much appreciated. Is there any chance of this happening?
I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.
I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.
I have observed that in the protobuf-decoupled implementation of spconv, some header files have changed compared to the previous version. How should I use the new spconv? Are there any usage references?
I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.
I have observed that in the protobuf-decoupled implementation of spconv, some header files have changed compared to the previous version. How should I use the new spconv? Are there any usage references?
@hopef Hello, is there any new progress on this issue?