zqhang / AnomalyCLIP

Official implementation for AnomalyCLIP (ICLR 2024)
192 stars 21 forks source link

Cannot obtain the meta.json for the SDD dataset #5

Open nancy92096553 opened 3 months ago

nancy92096553 commented 3 months ago

Good work! When I use the provided generate_dataset_json/SDD.py to generate meta.json, the lack of splited train and test datasets prevents the generation of meta.json. How can I obtain the train and test datasets? Additionally, some missing classes in the downloaded MPDD dataset are causing the code to fail. Could you provide the complete MPDD dataset?

zqhang commented 2 months ago

You can refer to this script to preprocess and split the SDD dataset. We use the MPDD dataset here.