export from mmdet,detectron 2 #5

Closed
opened 2020-05-02 22:14:45 +02:00 by cszer · 1 comment
cszer commented 2020-05-02 22:14:45 +02:00 (Migrated from github.com)

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

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
ceccocats commented 2020-05-02 22:39:09 +02:00 (Migrated from github.com)

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

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
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#5