I run the following code twice:
"./bin/nvstereo_sample_app resnet18_2D 513 257 ./models/ResNet-18_2D/TensorRT/trt_weights.bin ./sample_app/data/img_left.png ./sample_app/data/img_right.png ./bin/disp.bin"
The first run generated a plan file in
"/stereoDNN/models/ResNet-18_2D/TensorRT/trt_weights.bin.plan"
The second run generated the following error:
"Loading TensorRT plan from ./models/ResNet-18_2D/TensorRT/trt_weights.bin.plan...
double free or corruption (out)
Aborted (core dumped)"
I'm using tensorrt 6.0.
Would appreciate your help.
Thanks