Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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.