PaddleSeg
PaddleSeg copied to clipboard
How to use QualityInspector STFPM to train multiple types of data in MvTec AD dataset at the same time?
问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
I use QualityInspector STFPM with MvTec AD dataset ,How to train both 'bottle' and 'cable' datasets?
'python tools/uad/stfpm/train.py --config ./configs/uad/stfpm/stfpm_resnet18_mvtec.yml --category bottle' This command can only train one dataset, not multiple datasets at the same time.
' python tools/uad/stfpm/train.py --config ./configs/uad/stfpm/stfpm_resnet18_mvtec.yml --category all' I get an error when using this command :
Traceback (most recent call last):
File "tools/uad/stfpm/train.py", line 225, in
I see category variable can be set [textures, objects, all],but i don't konw how to use.
Who can tell me how to use ? Thanks!