Winston Fan
Winston Fan
hi @goutamgmb and @omeralierdemir Do we have any update for this topic? With more and more edge devices coming with AI built-in, running AI models on edge devices has become...
thanks @Ahsanr312 for the update. Do you know whether the success on jetson could be replicate on Raspberry Pi 4 ?
hitting the same issue, do we have any update?
你好 @wjj19950828 我对AI还不是太在行。 我用了一个叫做 segmentation_models.pytorch 的Github Project, 使用它我就不需要自己写模型和组网结构。只要几行代码就可以了, 具体代码是这样的: ``` import torch import numpy as np import segmentation_models_pytorch as smp ENCODER = 'timm-mobilenetv3_small_minimal_100' ENCODER_WEIGHTS = 'imagenet' CLASSES = ['road'] ACTIVATION...
I did not specify any custom_concersion_function, but still got this error. Just wondering any update?
+1 and please do it ASAP, not just "it's on our road map...."
Hi @VanDavv @alex-luxonis and @themarpe , this issue comes back on version 2.9.0.0. I am running the `depthai_demo.py` on RPi 4 with Python 3.7.3 all dependencies installed. ``` $ python3...
2 years later, same issues. Have you guys solved it?
Hi it's year 2020. I'm facing problem when using Berry Conda. Once it is installed, it breaks my PyTorch (1.3.1) and I cannot fix the problem, I cannot uninstall Berry...
hi @TiagoBrenck thanks for pointing out where the document is. However, after looked at that doc, it makes me more confused. Please look at the screenshot below:  Yes, I...