C++ desializing plugin error for Python + yolov4-tiny #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This was talked about in another issue (https://github.com/ceccocats/tkDNN/issues/30) but I would like to make this a seperate topic.
PR: https://github.com/ceccocats/tkDNN/pull/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.
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.
(y)
Closing for inactivity. Feel free to reopen.