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
Hello, I've been trying to convert the model to TensorRT in the newest version via torch_tensorrt without success.
From your code it seems that the input size for ranks_depth, ranks_bev, ranks_feat is the same (same for interval_starts, interval_lengths), i.e., min_size == opt_size == max_size.
However I am getting different sizes depending on camera parameters.
I was wondering whether you had similar issues.
The text was updated successfully, but these errors were encountered:
Hello, I've been trying to convert the model to TensorRT in the newest version via torch_tensorrt without success.
From your code it seems that the input size for ranks_depth, ranks_bev, ranks_feat is the same (same for interval_starts, interval_lengths), i.e., min_size == opt_size == max_size.
However I am getting different sizes depending on camera parameters.
I was wondering whether you had similar issues.
The text was updated successfully, but these errors were encountered: