WD-CHINA
WD-CHINA
> 现在没有计划。 > > movenet有啥特殊的地方? 相对于posenet,关节点识别率会更高
const video = tf.tidy(() => { const temp = tf.tensor(new Uint8Array(frame.data), [frame.height, frame.width, 4]) const sliceOptions = getFrameSliceOptions(this.cameraPosition, frame.width, frame.height, this.displaySize.width, this.displaySize.height) return temp.slice(sliceOptions.start, sliceOptions.size).resizeBilinear([this.displaySize.height, this.displaySize.width]) })
temp 无法输出直接报angeError length out of range of buffer,ios14.5以上