AlexRibard said " we added support for BackgroundMattingv2. It will be present in 2.3.0 It does require you exporting the model with fixed input size. But otherwise than that it works on the base model"
i am using barracuda 2.3.1 but i got still error when i import Model
the message is “Asset import failed, “Assets/Onnx/onnx_mobilenetv2_hd.onnx” > OnnxImportException: Unknown type ScatterElements encountered while parsing layer 878.”
i have to using args.model_type == ‘mattingrefine’: to get best qulity of mask
but barracuda 2.3.1 version also does not support ScatterElements by today
i am waitting…
Ok, I checked the model with that option, indeed with static input shapes it generates a ScatterElements
I’ll create a task to support MattingRefine.
But for now I’d suggest using MattingBase as that one works