Object detector with MLKit #254
Answered
by
ThomasGorisse
baonq-2356
asked this question in
Q&A
-
Hello everyone, i am trying find a way to make android app with feature:
|
Beta Was this translation helpful? Give feedback.
Answered by
ThomasGorisse
Dec 23, 2021
Replies: 1 comment 1 reply
-
You will have to do the ML part on your own and then add your 3D to Sceneform. Have a look in here: https://github.com/googlesamples/arcore-ml-sample |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
baonq-2356
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will have to do the ML part on your own and then add your 3D to Sceneform.
Have a look in here: https://github.com/googlesamples/arcore-ml-sample
It's a great ARCore project around ML made by @devbridie