PaddleClas icon indicating copy to clipboard operation
PaddleClas copied to clipboard

A treasure chest for visual classification and recognition powered by PaddlePaddle

Results 316 PaddleClas issues
Sort by recently updated
recently updated
newest added

环境: PaddlePaddle docker:2.3.2-gpu-cuda11.2-cudnn8 PaddleClas branch: release/2.5, installed from repo by `python setup.py install` 问题描述: 运行特征提取示例报错。 运行命令: ```bash cd deploy # Under /pth/to/PaddleClas/deploy/ python python/predict_rec.py -c configs/inference_rec.yaml -o Global.rec_inference_model_dir="../../deploy_cus/models/PPLCNetV2_base_ssld_infer ``` 模型文件确认无误。...

权重下载 https://pan.baidu.com/s/1s7EAQiRnbPnWDRjA1VgPfw?pwd=w1xt

contributor

安全帽识别代码报错:https://github.com/PaddlePaddle/PaddleClas/blob/release/2.4/docs/zh_CN/PULC/PULC_safety_helmet.md 换了一个数据集就会报以上错误 原因是PaddleClas\ppcls\metric\metrics.py第201行fpr在赋值前被引用,换了个数据集就会报这个错误呢。不换数据集不会报这个错误,是因为代码没有考虑到数据量小于10000的情况嘛 if len(gt_neg_score_list) == 0 and tpr > max_tpr: max_tpr = tpr result = "threshold: {}, fpr: {}, tpr: {:.5f}".format( threshold, fpr, tpr) fpr = np.sum( gt_neg_score_list >...

[2022/09/14 22:23:19] root INFO: =========================================================== == PaddleClas is powered by PaddlePaddle ! == =========================================================== == == == For more info please go to the following website. == == == ==...

` {'attributes': 'Color: (yellow, prob: 0.9893478155136108), Type: (hatchback, prob: 0.9734099507331848)', 'output': [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]}`...

>>> result [{'attributes': ['Male', 'Age18-60', 'Back', 'Glasses: False', 'Hat: False', 'HoldObjectsInFront: False', 'Backpack', 'Upper: LongSleeve UpperPlaid', 'Lower: Trousers', 'No boots'], 'output': [0, 0, 0, 1, 0, 0, 1, 0, 0,...

1. add MobileNeXt 2. fix typo in test_tipc/docs/install.md 3. fix DecodeImage pil backend 4. change the default interpolation of pil from NEAREST to BILINEAR (same to cv2 backend)

contributor
status: proposed

该模型性能还是很强大的,但只提供了inference的模型,没有提供预训练的模型,由于要训练自己的数据,能否分享一下text_image_orientation识别的训练模型,非常感谢。 另外如果有了您的预训练模型了,只需要在config中的 Global: pretrained_model:您提供的预训练模型地址 进行修改就可以了吧。 非常感谢您的答复。

欢迎您使用PaddleClas并反馈相关问题,非常感谢您对PaddleClas的贡献! 提出issue时,辛苦您提供以下信息,方便我们快速定位问题并及时有效地解决您的问题: 1. PaddleClas版本以及PaddlePaddle版本:如PaddleClas release/2.5 文档image_recognition_pipeline/feature_extraction.md恢复训练部分关键字错误,文档中为-o Global.checkpoint,应该为-o Global.checkpoints