-
Hello, I would like to ask if there has been a decrease in the parameter count of the UFLDv2 model after replacing the backbone with moblivenetv3 compared to resnet1
-
When i train custom data , It always gives this error.
![image](https://user-images.githubusercontent.com/37035703/95551513-81174200-0a3d-11eb-8595-6ddc9b7a9bb0.png)
Are there any parameters I ne…
-
我在树莓派4B上部署了一个用PaddleDetection训练的目标检测模型。
训练时模型配置文件选用pp-yolo+mobilenetv3_small, 最终在树莓派里用Python+paddlelite的方式部署, 运行能够成功, 但是输出的结果是一系列六元组, 不知道该如何利用这些信息在图片中画框, 希望得到画框的具体坐标.
Paddlelite == 2.11
PaddleDetec…
-
## 🚀 Feature
Type annotations.
## Motivation
Right now, if a project depends on `torchvision` and you want to static type check it, you have no choice but either ignore it or write your own s…
-
I have been trying to train PaddleOCR using NIST Special Database 19 for handwritten text. I have followed all the steps shown in the git page except for text detection training. After using "python t…
-
Hi @wang-xinyu ,
I tried to change the input dimension from 224 to 512. I changed the dimensions in mobilenet_v3.cpp
```
static const int INPUT_H = 512;
static const int INPUT_W = 512;
```
…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:win10
- 版本号/Version:Paddle: PaddleOCR:2.5 问题相关组件/Related components:
- 运行指令/Com…
-
Hi, may I ask if you know how I can fix this error I encountered? It appeared after showing the details/specs of the model.
**NotImplementedError: Could not run 'torchvision::nms' with arguments f…
-
If the bug is related to a specific library below, please raise an issue in the
respective repo directly: Evaluator component
[TensorFlow Data Validation Repo](https://github.com/tensorflow/data-v…
jinmc updated
6 months ago
-
We currently have no pretrained weights for one of our most important backbones, MobileNet. Let's use our training script to produce one ([link](https://github.com/keras-team/keras-cv/tree/master/exam…