export from mmdet,detectron 2 #5
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?
Hello ,thanks for this awesome project. I have already red all code base . I have some questions about converting models. On what code files should i rely while writing my_net.cpp ? What about using plugins from tensorrt library like RoIAlign etc? Please , if it is possible can you create file like python model code line -> cpp model corresponding code line , i think it will be good practical gide for converting and contributing
Hi,
I haven't have written a guide but you can find some examples with python models: https://github.com/ceccocats/tkDNN/tree/master/tests/mnist
https://github.com/ceccocats/tkDNN/tree/master/tests/simple