hova88 / PointPillars_MultiHead_40FPS

A REAL-TIME 3D detection network [Pointpillars] compiled by CUDA/TensorRT/C++.
GNU General Public License v3.0
279 stars 88 forks source link

C++ exception with description "Driver error: " thrown in the test body. #30

Closed Keenthan closed 2 years ago

Keenthan commented 2 years ago

[==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from PointPillars [ RUN ] PointPillars.__build_model__ ../model/cbgs_pp_multihead_backbone.onnx

----------------------------------------------------------------

Input filename: ../model/cbgs_pp_multihead_pfe.onnx ONNX IR version: 0.0.6 Opset version: 12 Producer name: pytorch Producer version: 1.7 Domain:
Model version: 0 Doc string:

----------------------------------------------------------------

WARNING: onnx2trt_utils.cpp:220: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.

----------------------------------------------------------------

Input filename: ../model/cbgs_pp_multihead_backbone.onnx ONNX IR version: 0.0.6 Opset version: 10 Producer name: pytorch Producer version: 1.7 Domain:
Model version: 0 Doc string:

----------------------------------------------------------------

unknown file: Failure C++ exception with description "Driver error: " thrown in the test body. [ FAILED ] PointPillars.__build_model__ (9718 ms) [----------] 1 test from PointPillars (9718 ms total)

[----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (9718 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] PointPillars.__build_model__

1 FAILED TEST

Thanks for the nice work. I met this error when I tried on the inference part. Would you please help me?