Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArgumentNullException: Value cannot be null #1

Open
WestbrookZero opened this issue Nov 13, 2020 · 1 comment
Open

ArgumentNullException: Value cannot be null #1

WestbrookZero opened this issue Nov 13, 2020 · 1 comment

Comments

@WestbrookZero
Copy link

ArgumentNullException: Value cannot be null.
Parameter name: shader
UnityEngine.Material..ctor (UnityEngine.Shader shader) (at <9ab4ea689a4f4e68aced38ff0340a79f>:0)
TensorFlowLite.TextureToTensor.Resize (UnityEngine.Texture texture, TensorFlowLite.TextureToTensor+ResizeOptions options) (at Assets/Samples/Common/TextureToTensor.cs:57)
TensorFlowLite.BaseImagePredictor`1[T].ToTensor (UnityEngine.Texture inputTex, System.Single[,,] inputs) (at Assets/Samples/Common/BaseImagePredictor.cs:60)
TensorFlowLite.DeepLab.Invoke (UnityEngine.Texture inputTex) (at Assets/Samples/DeepLab/DeepLab.cs:91)
DeepLabVFX.Update () (at Assets/Samples/DeepLab/DeepLabVFX.cs:48)

@ROBYER1
Copy link

ROBYER1 commented Feb 2, 2021

Slap this in your project, it's just looking for a shader which is missing
https://gist.github.com/asus4/215cc8a85d2fb16aceae0d0185e10db3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants