PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.32k stars 1.11k forks source link

What's the version of tensorflow and tensorflowjs you use? #235

Open XinJiang1994 opened 1 year ago

XinJiang1994 commented 1 year ago

I'm trying to regenerate the tfjs model by tensorflowjs_converter. Howerver, the browser console shows an error: FusedConv2d and DepthwiseConv2d with FusedBatchNorm is not supported.

I guess it is caused by the wrong version of tensorflow and tensorflowjs. Could you please kindly tell me the version you use?