You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to run the model on CPU, I wrote a custom calculator, which simply multiplies input with mask and background with bitwise_not of mask, But the output I am getting is not good.
But, when I build the model for Android and use the mask overlay calculator, The result is much better.
Help would mean a lot.
Thanks
The text was updated successfully, but these errors were encountered:
Mask overlay calculator will have feathering around the edges by default, so it would look nicer. Also, i beleive it runs on GPU so it should run faster. Otherwise both should produce similar results, as long as the internlal logic is same.
Hi,
I am trying to run the model on CPU, I wrote a custom calculator, which simply multiplies input with mask and background with bitwise_not of mask, But the output I am getting is not good.
But, when I build the model for Android and use the mask overlay calculator, The result is much better.
Help would mean a lot.
Thanks
The text was updated successfully, but these errors were encountered: