yolo-tensorrt icon indicating copy to clipboard operation
yolo-tensorrt copied to clipboard

Jetson pack 32.6.1 and TensorRT 8.0 support

Open adrianosantospb opened this issue 3 years ago • 3 comments

Hi,

I'm trying to build this repo using jetson-pack-32-6-1 and tensorrt 8.0, but I'm getting a stranger error (stop the process without apparent error) that it could have some relation of JP 32 and TRT 8. I'd like to know If someone here already tested on these versions.

Tks.

adrianosantospb avatar Aug 17 '21 20:08 adrianosantospb

try the branch TRT8

enazoe avatar Aug 18 '21 01:08 enazoe

Hi, @enazoe . Tks for your support. Well, I did it and now I'm getting a strange error. Look at:

yolo-tensorrt/modules/calibrator.cpp:26: /usr/include/aarch64-linux-gnu/NvInfer.h:6669:18: error: overriding 'virtual void nvinfer1::IInt8Calibrator::writeCalibrationCache(const void*, std::size_t) noexcept' virtual void writeCalibrationCache(const void* ptr, std::size_t length) noexcept = 0; ^~~~~~~~~~~~~~~~~~~~~ CMakeFiles/detector.dir/build.make:62: recipe for target 'CMakeFiles/detector.dir/external/yolo-tensorrt/modules/calibrator.cpp.o' failed make[2]: *** [CMakeFiles/detector.dir/external/yolo-tensorrt/modules/calibrator.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/detector.dir/all' failed make[1]: *** [CMakeFiles/detector.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

Any idea? The problem is that there is no a clear error message for now...

adrianosantospb avatar Aug 20 '21 14:08 adrianosantospb

The problem is still there. Can someone update here after finding a solution/idea on what to do?

ismetdagli avatar Sep 08 '21 23:09 ismetdagli