-
Notifications
You must be signed in to change notification settings - Fork 209
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
Add a python demo #44
base: master
Are you sure you want to change the base?
Conversation
@ioir123ju could you update Readme.md to make your work more clear? |
@thancaocuong |
@ioir123ju currently is this correct if I say that we only can run with batchsize 1 with python binding? |
@thancaocuong |
@ioir123ju did you get same speed with this python wrapper? I know python can add overhead, I don't know how much this could be. With python I'm getting 36 FPS with yolov4 FP16 and input size of 416x416 on a XAvier AGX, whilst with the |
At almost the same speed |
@ioir123ju can you please add yolov4-csp plugins too |
@ioir123ju am I right in thinking that to avoid memory leaks, a similar function to https://github.com/AlexeyAB/darknet/blob/master/src/network.c#L971 would be needed? |
Hi! can you please add support for tensorrt8? |
there is support for tensorrt8 ,checkout the tensorrt8 branch https://github.com/ceccocats/tkDNN/tree/tensorrt8..if you are asking for python support for tensorrt8 in tkDNNi am not sure about it |
@perseusdg
also modified header file and input argtypes on python side accordingly: In the meantime I'm reaching segfault while running the demo python script:
Any suggestions how to go on from here? |
any update here? I face the same problem. |
No description provided.