Use rembg python lib in Android mobile app #658
Unanswered
jeromeassouline
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
-
CONTEXT
I have a model that classify an object detected in a image. I have a transformation pipeline using rembg before training my model. I use python.
QUESTION
I need to run OFFLINE the rembg python lib in Android mobile app in order to have the same transformation pipeline in inference when predicting the class of the object in the image directly taken by the mobile.
How can I do?
Beta Was this translation helpful? Give feedback.
All reactions