Haoru Xue

Results 5 comments of Haoru Xue

As discussed with @mitsudome-r last week the package is renamed to `base_interface` to avoid any confusion with existing vehicle interfaces

@mitsudome-r I have the same issue with custom environment (Nvidia NGC TensorRT container with tensorrt 8.4.1-1+cuda11.6). I fixed the issue by adding the following to `CMakeLists.txt` ``` install( TARGETS centerpoint_cuda_lib...

@mitsudome-r I tested not converting the onnx model in advance and now it works. Maybe it is something worth documenting that the package would download model directly and convert onnx...

After discussing with Mitsudome-san I'll submit a PR for documentation changes in `tensorrt_yolo`.

@wep21 if my understanding is correct, currently you need to run the node once to convert the onnx to tensorrt engine. For the sake of deployment are there alternative ways...