Skip to content
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

C++ desializing plugin error for Python + yolov4-tiny #82

Closed
marvision-ai opened this issue Jul 15, 2020 · 2 comments · May be fixed by #117
Closed

C++ desializing plugin error for Python + yolov4-tiny #82

marvision-ai opened this issue Jul 15, 2020 · 2 comments · May be fixed by #117

Comments

@marvision-ai
Copy link

This was talked about in another issue (#30) but I would like to make this a seperate topic.
PR: #44

Works great with yolo4v but does not work with yolov4-tiny.
For reference: I am using the standard yolov4-tiny that is packaged with the repo.

nvidia@nvidia:~/tkDNN$ python3 darknetTR.py build/yolo4tiny_fp16.rt --video=demo/yolo_test.mp4
build/yolo4tiny_fp16.rt
New NetworkRT (TensorRT v6.01)
Float16 support: 1
Int8 support: 1
DLAs: 2
Cant deserialize Plugin
/home/nvidia/tkDNN/src/NetworkRT.cpp:821
Aborting...

As far as I am concerned, the c++ api and python api call the same code:
detNN->init(net, n_classes, n_batch);

Is there anything I should test or change? I really can't locate why this would happen since building and running the FP16 on C++ works perfect.

@docongminh
Copy link

(y)

@mive93
Copy link
Collaborator

mive93 commented Nov 25, 2021

Closing for inactivity. Feel free to reopen.

@mive93 mive93 closed this as completed Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants