We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems this bug still exists when I use torch inferencer in anomalib 1.2.0 Do anyone have a way to solve it? thanks
Folder
FastFlow
N/A
OS information:
No response
pip
def pre_process(self, image: np.ndarray) -> torch.Tensor: """Pre process the input image. Args: image (np.ndarray): Input image Returns: Tensor: pre-processed image. """ if len(image) == 3: image = image.unsqueeze(0) return image.to(self.device)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Seems this bug still exists when I use torch inferencer in anomalib 1.2.0
Do anyone have a way to solve it?
thanks
Dataset
Folder
Model
FastFlow
Steps to reproduce the behavior
N/A
OS information
OS information:
Expected behavior
N/A
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
No response
Configuration YAML
N/A
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: