-1

i am developing using ML-Kit. But there is a path problem. It's the same as the example, but what's wrong with it? Like this, enter image description here

desertnaut
  • 57,590
  • 26
  • 140
  • 166
진성민
  • 13
  • 2

1 Answers1

1

If you plan to use ML Kit, you can ignore that message and everything should works fine using ML Kit.

ML Model Binding is another feature that uses codegen to generate a wrapper java class for your model. It's works best when your model has metadata inside.

Here list models with metadata if you want to try.

jack
  • 125
  • 1
  • 9