You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Same problem here after I switched to Jetpack 4.4. Everything runs fine on Jetpack 4.2. So I assume its a problem with either TensorRT 7.1.3 or a problem with OpenCV 4.1.1. I had to do a few tweaks on the code to support OpenCV 4 but it compiles well now and also the StereoDNN code runs well as long as I generate the trt_weights_plan file from scratch. Any ideas what I could do?
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
The text was updated successfully, but these errors were encountered: