-
你好,基于PP-Structure 和layout parser 进行版面分析,如何加载其他模型?比如 picodet_lcnet_x1_0_fgd_layout_cdla,
model = lp.PaddleDetectionLayoutModel(model_path="./picodet_lcnet_x1_0_fgd_layout_cdla/",...) 通过这种方式加载本地模型,…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:ubuntu18
- 版本号/Version:Paddle:2.2.1.post112 PaddleOCR:2.6.1.2 问题相关组件/Related co…
-
Hi Everyone,
I'm training the layout model using a custom dataset for Layout with only Tables and Text.
I downloaded the CDLA model as a pretrained model to fine-tune on my data.
The dataset has 12…
-
### 问题描述 Please describe your issue
1.paddleocr版本2.6.0 paddleDetection版本2.5.0
2.下载CDLA中文数据集在ai studio中利用:ppyolov2_r50vd_dcn_365e_coco.yml 训练。
3.训练生成best_model.pdparams 利用脚本:
python tools/export_…
-
python3 tools/train.py -c configs/picodet/legacy_model/application/layout_analysis/picodet_lcnet_x1_0_layout.yml --eval
- 系统环境/System Environment:python 3.7.13
Linux version 5.15.0-52-generic (bui…
-
![image](https://user-images.githubusercontent.com/62826242/202843097-e02c03e6-b4fd-4b95-912c-a6ef6e261763.png)
这是我用预训练模型训练后得到的模型。在PaddleDetection中的infer.py中可以成功推理
![image](https://user-images.githu…
-
I give some simple code to reproduce this.(Pytorch 1.9)
```python
import torch
from torch import nn
class PositionEmbedding1D(nn.Module):
def __init__(self, dim=8, batch_axis=1, sequence_…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
关联ISSUE:PaddlePaddle/PaddleDetection#7969
- 系统环境/System Environment:
- OS:Linux
- Python:3.6.9
-…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
![seg8](https://user-images.githubusercontent.com/2472797/191413331-3a4237c7-35d6-4aee-8f8c-a08a94ca7683.png)
…