nuclearboy95 / Anomaly-Detection-PatchSVDD-PyTorch

246 stars 56 forks source link

Inference on the custom dataset #26

Open pd162 opened 1 year ago

pd162 commented 1 year ago

Thanks for your works! I want to convert defect images to binary maps. My custom dataset only include positive samples (just like good in mvtecad dataset) and images with different defects. How can I inference on my custom dataset without training? That seems like ground truth is required. Thank you!