-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPS on GPU #102
Comments
@thinkthinking , how did you manage to deploy it on Xavier (I'm struggling). I converted the wts now I need to build engine. I got some errors because I did not want to use the ZCam so I commented those lines out of the CmakeList. Then I still get cuda library error |
@callmesora Hi, I haven't used author's deploy code directly. I edit the camera part and deploy with ROS.
Otherwise, if you want to only test tensorrt delploy pipeline, I suggest you to build |
@thinkthinking I have changed all three points above, when I build the infor_files.cpp, the .wts still not transform to .engine successfully. the error is: in yololayer.h, the INPUT_H,INPUT_W,IMG_H,IMG_W should be change th what param? |
Hi first of all thanks for the code.
When I did the inference on GTX 1080 Ti, the speed was 5 frames/sec with a resolution of 640, 384.
In the paper, it has been mentioned that the speed on Titan XP is around 41 frames/sec. Is this speed using TensorRT acceleration or not.
Thanks.
The text was updated successfully, but these errors were encountered: