Winston Fan
Winston Fan
请说明模型的来源,模型类型(例如图像分类、目标检测等),应用场景(如需要转为Paddle,通过PaddleLite部署到树莓派上,满足XXX需求) **提示 上述有详细描述的issue会让工程师更快了解用户的需求,丰富产品的功能和易用性,相关issue也会被优先处理!!!** 你们好, 我参加了AI达人训练营,需要做路面分隔,用到了DeeplabV3Plus with Mobile Net V3, 原因是要跑在Raspberry Pi 4(4GB)这样的edge devices上。 模型来源: PyTorch 模型说明: 图像分类模型,其相应repo为 https://github.com/qubvel/segmentation_models.pytorch/ 模型文件: 链接: https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/cars%20segmentation%20(camvid).ipynb 请用上面的notebook生成这个模型。 拜托啦
Hi there, I am trying to find a model which just do segmentation for road with [this model](https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentation_models_pytorch/encoders/timm_mobilenetv3.py): ``` 'tf_mobilenetv3_small_075': { 'imagenet': 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/tf_mobilenetv3_small_075-da427f52.pth' }, ``` I need to run it...
First of all, I would like to thank you for making this great library :) Here is what I found  I tried the same css selector in browser Developer...
First of all, you guys did an amazing job 👏💯💯💯👏!! I've always wanted to track objects in videos found other projects which can do pretty good job for tracking, but...
Followed the instruction to install depthai-sdk by running: python3 -m pip install depthai-sdk on my RPi 4 with 4GB ram 32GB SD card. OS Details: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian...
I am in Australia and would like to use Paddle as well. It seems that the downloading of the pdparam file always too slow and ends up without downloading the...
Hi there, Really great to see your work on MCU~! Just wondering do you have any plans to support PyTorch model and PaddlePaddle models?
I have read the another 2 similar issues on Github and found it might related to the input power might not be enough. But I am using the [Original Official...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
I have products in the cartDetails with my own IDs not the price ids, also I have the price_id set correctly corresponding to the the price created in the Product...