Isaac
Isaac
Hello @KevorkSulahian I am facing the same issue, did you solve it?
@KevorkSulahian so the error was related to camera which didn't have proper setup; I changed the camera and it worked!
@KavitShah1998 I was using Waveshare IMX219-160 and then I switched to Arducom IMX291. Hope this helps
same error, did you find the solution?
@simplew2011 did you solve this?
@Hzzone I used this trick to add norm = 1.1 if norm ==0, and it worked
Hello @adefazio Just following up on this thread, me and @priyakasimbeg were actually debugging this issue and found that z buffer initialization to zeros might actually be the reason for...
Hey there I tried running the above code provided by @danielhanchen in my local machine and it worked! is this problem related to colab only?
yes. tried the same on colab and got the TypeError: 'NoneType' object is not callable error! I think you mentioned this can be solved with Nightly, but since this error...
Oh thanks for pointing this out, I've updated the code which uses jax.tree.map now, can you please try it again?