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
Hi, I want to deploy a detection model with TensoRT to accelerate the backbone and use libtorch to do detection(maily reshape and decode boxes) and nms, but how to compiler them together?
When I try to compiler them, many redefined class error appears. Please help me out. Thanks.
A minimal makefile example is appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I want to deploy a detection model with TensoRT to accelerate the backbone and use libtorch to do detection(maily reshape and decode boxes) and nms, but how to compiler them together?
When I try to compiler them, many redefined class error appears. Please help me out. Thanks.
A minimal makefile example is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: