olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

(question) detectionImageGroupName - how does it work? #126

Closed ashkryab-fl closed 3 years ago

ashkryab-fl commented 3 years ago

can I specify the parameter "car" and I will get anchors near the car? Or can I use tensorflow with ARkit? tensorflow has such a model:

{
  detectedClass: "hot dog",
  confidenceInClass: 0.123,
  rect: {
    x: 0.15,
    y: 0.33,
    w: 0.80,
    h: 0.27
  }
}
olexale commented 3 years ago

It is not that simple. You may find a working example here. It is in native Swift, but I think you'll get the idea and will be able to adjust it according to your requirements.