InCTRL
InCTRL copied to clipboard
Official implementation of CVPR'24 paper 'Toward Generalist Anomaly Detection via In-context Residual Learning with Few-shot Sample Prompts'.
I understand that the [available model](https://drive.google.com/file/d/1zEHsbbuUgBC4yuDu3g23wbUGmWmVyDRQ/view?usp=sharing) is pre-trained on MVTec. Could you make your model pre-trained on the full dataset of ViSA available? Best Regards,
Hello, I validated the 8-shot performance using the provided pre-trained model and few shot samples, and the results were similar to 2-shot, not as high as mentioned in the paper....
Hello, I am currently working on a project where I need to train and test a model using my custom dataset, which is structured similarly to the MVTec dataset format....
@Diana1026 Many thanks for your awesome work. I am currently following the abnormal detection protocol you defined. However, per the [public link](https://drive.google.com/drive/folders/1_RvmTqiCc4ZGa-Oq-uF7SOVotE1RW5QZ) on your GitHub page, it seems like you...
Can it work on 1-shot normal image setting?
Hello. Thank you for your excellent paper, which I read with great interest. I conducted experiments to reproduce the performance described in the paper. As a result, I found that...
Hello, I want to speed up the model now. How can I modify it to quantize it to int8?
I trained model using the Visa dataset and would like to check the results using the Mvtec dataset. However, the Google Drive link provided for inference only has 6 types...
How should I write the code to input an image and return the anomaly score? Please help me
Hello. I noticed when using the script to generate JSON files that there is no code to create a corresponding folder structure for the JSON files. The default output_dir parameter...