收藏
回答

AI/AR 人体检测,文档中说可以返回23个点,实际有效的只有19个点呢?

https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/visionkit/body.html

实际返回的数据中脚尖脚跟的数据都是一样的而且是负数,没法显示。需要获取23的话,是需要自己去重新训练模型吗?还是配置哪些参数就行

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    2023-08-18

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2023-08-18
    有用
    回复 2
    • 风逐浪
      风逐浪
      2023-08-18
      跟机型没有关系,所有的机型都是这样的,
      session.on('updateAnchors', anchors => {
          this.data.anchor2DList = []
          this.data.anchor2DList = this.data.anchor2DList.concat(anchors.map(anchor => {
              points: anchor.points,
              origin: anchor.origin,
              size: anchor.size
          }))
      })
      console.log(this.data.anchor2DList)
      2023-08-18
      回复
    • 社区技术运营专员--许涛
      社区技术运营专员--许涛
      2023-08-18回复风逐浪
      提供下复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html


      和微信版本号
      2023-08-18
      回复
登录 后发表内容