Importing and using a Detectron2 Model #3443
Unanswered
kirillmeisser
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You might hit this issue: #818 You might want to convert your model to OnnxRuntime, and use DJL to load onnx model |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on an object detection project and am currently using Detectron2 to train some models. Detectron2 has an export function to TorchScript, see here. However, the exported model requires torchvision as a dependency for some of the operations. My question is, does DJL support this dependency? If not is there a way to add this dependency? Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions