TensorFlow(tfjs)"graphics pipeline stall"

TensorFlow (tfjs) "graphics pipeline stall"

我正在使用 TensorFlow 的 PoseNet 模型,以便使用视频元素(来自网络摄像头的流)作为 input

进行实体识别

通过这样做,tf-core 每帧都会产生以下警告:

performance warning: READ-usage buffer was read back without waiting on a fence. This caused a graphics pipeline stall.

即使出现此警告,似乎一切仍在按预期进行。我对这里使用的语言不是很熟悉,如果有人能解释一下就太好了:)

原来是 TensorFlow v0.14.2,回到 0.13.3 版本就去掉了这些警告。