distribute application with detectron2 #4319
Unanswered
SylvainArd
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I have an application wich use instance segmentation with detectron2 maskrcnn. I want to distribute it as a Windows program. I tried to convert it in C++ but it doesn't work. I tried to use conda-pack but it say to me that it cannot pack the environment because there are editable packages :
C:\detectron2-main
I pack it without editable packages but I have an error that there is no module detectron2.
How to distribute applications with detectron2 please ?
Thank you
Best regards
Beta Was this translation helpful? Give feedback.
All reactions