-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Please tell me how to extract features from training data #34
Comments
Hi, do you want to save the raw features (e.g. resnet50 features) or the features in the format of a specific approach? (e.g. spade features, padim features etc) |
Thank you for your message. If possible, I would like to obtain the features of PatchCore. Best regards. |
Excuse me. I've been doing some research, and is it correct to assume that I should use torch.save() to save the model? |
Hey, over the weekend I started working on a check out the test_patchcore.py file for work so far |
Thank you for your response and handling. |
Excuse me, I need your help. I have modified a program based on a Streamlit application to run it as a command-line interface (CUI). As an additional process, I want to implement a feature where the extracted features of the training data images can be saved as data (or a model?) and then reloaded when the program is executed again. However, as I am a beginner, I am struggling to implement this properly. I would appreciate it if you could give me some advice. Thank you.
The text was updated successfully, but these errors were encountered: