Replies: 1 comment
-
If I understand correctly, you want to be able to run the RPN, save the output of the RPN and then run that saved output on the ROI heads separately? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to split the RPN and ROI Heads from the rained Faster RCNN model?
How can I do that?
FYI :
The reason for doing that is because I want to deploy the model on an heterogeneous edge device. The graph has to be split such I can deploy the 3 subgraphs on 3 different heterogeneous compute engines on my edge device.
Beta Was this translation helpful? Give feedback.
All reactions