Skip to content
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

WIP Fix/m1 mac #158

Merged
merged 19 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion anomalib/deploy/inferencers/openvino.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import cv2
import numpy as np
from omegaconf import DictConfig, ListConfig
from openvino.inference_engine import IECore # pylint: disable=no-name-in-module

# from openvino.inference_engine import IECore # pylint: disable=no-name-in-module
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
dreaquil marked this conversation as resolved.
Show resolved Hide resolved

from anomalib.pre_processing import PreProcessor

Expand Down
15 changes: 8 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ kornia==0.5.6
lxml==4.6.5
matplotlib==3.4.3
networkx~=2.5
numpy~=1.19.5
# nncf==2.1.0
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
numpy>=1.22.3
omegaconf==2.1.1
pandas==1.4.1
opencv-python>=4.5.3.56
opencv-contrib-python==4.5.5.62
pandas~=1.1.5
pillow==9.0.0
pytorch-lightning==1.5.9
torch==1.8.1
torchvision==0.9.1
torchtext==0.9.1
pytorch-lightning==1.6.0
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
torch==1.11.0
torchvision==0.12.0
torchtext==0.12.0
scikit-image>=0.17.2
scikit-learn==0.24.2
scikit-learn==1.0.2
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
dreaquil marked this conversation as resolved.
Show resolved Hide resolved
wandb==0.12.9