We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原始的图片异常检测结果和使用训练后的模型运行结果,明显差距过大。
使用训练后模型的输出结果: uad_grid.json
按照此文档的情况下训练模型: https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/anomaly_detection.html#_4
训练运行命令: python main.py -c paddlex/configs/anomaly_detection/STFPM.yaml -o Global.mode=train -o Global.device=gpu:0 -o Global.dataset_dir=./dataset/mvtec_examples/
请提供您使用的PaddlePaddle、PaddleX版本号、Python版本号 python 3.9 paddlepaddle-gpu==3.0.0b2 paddlex==3.0.0b2
请提供您使用的操作系统信息,如Linux/Windows/MacOS unbuntu22.04
请问您使用的CUDA/cuDNN的版本号是?
The text was updated successfully, but these errors were encountered:
您好,提供的是demo数据,抽取了少部分图像,目的是走通这个功能流程,如果需要训练可以用mvtec全量数据训练。
Sorry, something went wrong.
leo-q8
No branches or pull requests
描述问题
原始的图片异常检测结果和使用训练后的模型运行结果,明显差距过大。
使用训练后模型的输出结果:
uad_grid.json
复现
按照此文档的情况下训练模型:
https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/anomaly_detection.html#_4
使用提供下载的数据集进行训练,没有变更数据内容。
模型:STFPM
训练运行命令:
python main.py -c paddlex/configs/anomaly_detection/STFPM.yaml -o Global.mode=train -o Global.device=gpu:0 -o Global.dataset_dir=./dataset/mvtec_examples/
以下是训练输出的日志
train.log
train_result.json
5、此次训练的结果:
inference.zip
环境
请提供您使用的PaddlePaddle、PaddleX版本号、Python版本号
python 3.9
paddlepaddle-gpu==3.0.0b2
paddlex==3.0.0b2
请提供您使用的操作系统信息,如Linux/Windows/MacOS
unbuntu22.04
请问您使用的CUDA/cuDNN的版本号是?
The text was updated successfully, but these errors were encountered: