-
训练DB检测模型,训练完成后转换为Inference模式预测。
第一次未使用use_dilation,预测的框很小(可能是训练样本的原因),但是预测到了。
python3 tools/infer/predict_det.py --det_algorithm="DB" --det_model_dir="./output/db_mv3_inference/" --image_dir="./test…
-
Hi guys,
I had problem when execute the command
pip install -r requirements.txt
With the following output
_**(env) jetbot@nano-4gb-jp45:~ /WaSR-T$ pip install -r requirements.txt
Collecting …
-
First of of thank you for this wonderful work.
I want to trained Paddle-OCR for Greek+English language. Can anyone guide me the flow of this problem.plz
-
是否有建议的配置选项
python main.py -a mobilenet_v3_small --epochs 6 --lr 1e-5 --batch-size 64 --pretrained --train_data datasets/ --val_data datasets/ --gpu 0
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:bclinux 7.6
- 版本号/Version:Paddle:release-2.5版本 PaddleOCR: 问题相关组件/Related compone…
-
使用了自定义的dict,发现fc层的维度与词典不对应。请问怎么设置FC层的维度?
-
1.
# 评估预训练模型
python tools/eval.py -c configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml -o Global.pretrained_model="./pretrained_models/ch_PP-OCRv3_det_distill_train/best_accuracy"
结果如下:
方案 hmeans
…
-
Platform Jetpack 5, Jetson Xavier, Cuda 11.4, TRT 8.4.1
Latest branch
Mobilenetv3 - Getting strange results
Hi,
Getting strange results:
Step 1: D/n https://github.com/chufei1995/mobilenetv3…
-
`commit` db921ae95e
#### ✅ 第 1 批 (整体进展:99/99)
> 按 merge 的时间顺序,排名不分先后: @SigureMo (9) @longranger2 (19) @sunzhongkai588 (2) @ooooo-create (15) @enkilee (24) @Liyulingyue (2) @gouzil (14) @Ka…
-
aistudio环境, paddleseg2.2
model的配置如下
model:
type: OCRNet
backbone:
type: MobileNetV3_small_x1_0
pretrained: https://paddle-imagenet-models-name.bj.bcebos.com/MobileNetV3_small_x1_0_…