julien.blanchon commited on
Commit
cec8228
1 Parent(s): 6117468

Add onnx and openvino

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +6 -0
.gitignore CHANGED
@@ -2,7 +2,7 @@
2
  datasets
3
  !anomalib/datasets
4
  !tests/pre_merge/datasets
5
- results
6
  !anomalib/core/results
7
 
8
  backup.py
 
2
  datasets
3
  !anomalib/datasets
4
  !tests/pre_merge/datasets
5
+ # results
6
  !anomalib/core/results
7
 
8
  backup.py
requirements.txt CHANGED
@@ -11,3 +11,9 @@ torchtext>=0.9.1
11
  wandb==0.12.9
12
  matplotlib>=3.4.3
13
  gradio>=2.9.4
 
 
 
 
 
 
 
11
  wandb==0.12.9
12
  matplotlib>=3.4.3
13
  gradio>=2.9.4
14
+ defusedxml==0.7.1
15
+ requests==2.26.0
16
+ networkx~=2.5
17
+ nncf==2.1.0
18
+ onnx==1.10.1
19
+ openvino-dev==2021.4.2