hi @wenbowen123 , thanks for the great work!
I tested the model on AGX orin 32G(Jetpack 6.2), I found the 20-30-48 and the 23-36-67 shows different results when using TRT model for testing, I use the same convert code and command to generate TRT engine, but the final results seemed quite different when using run_demo_tensorrt.py, below is the res:
1, 23-36-67 Checkpoint with 4 iters, the result looks good:
2, 20-30-48 Checkpoint with 4 iters, the result looks a little strange:
I checked the post_runner, found the input is different between 23-36-67 and 20-30-48, the "features_left_16" is not used in 20-30-48 TRT engine, is this normal or i missed something when converting the model ?
Thanks a lot!
hi @wenbowen123 , thanks for the great work!
I tested the model on AGX orin 32G(Jetpack 6.2), I found the 20-30-48 and the 23-36-67 shows different results when using TRT model for testing, I use the same convert code and command to generate TRT engine, but the final results seemed quite different when using run_demo_tensorrt.py, below is the res:
1, 23-36-67 Checkpoint with 4 iters, the result looks good:
2, 20-30-48 Checkpoint with 4 iters, the result looks a little strange:
I checked the post_runner, found the input is different between 23-36-67 and 20-30-48, the "features_left_16" is not used in 20-30-48 TRT engine, is this normal or i missed something when converting the model ?
Thanks a lot!