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

Update OV / NNCF/ ModelAPI / Datumaro #2090

Merged
merged 118 commits into from
Jul 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
247e8f3
Update ov to a pre-release version
sovrasov Apr 28, 2023
83f21e2
Update OV to 2023 release
sovrasov Jun 1, 2023
3b4e8c5
dummy fix for unit tests
sovrasov Jun 1, 2023
64786e2
Update
sovrasov Jun 1, 2023
43b77a1
Apply a workaround for OV 23 bug
sovrasov Jun 2, 2023
b1b55f0
Fix getting rt info
sovrasov Jun 2, 2023
0bbfa84
Tmp update of NNCF
sovrasov Jun 2, 2023
d4faa4c
Changes for supporting NNCF 2.5 (WIP)
nikita-savelyevv May 26, 2023
9c2dfb0
Add new model api to reqs
sovrasov Jun 2, 2023
0b015af
Integration for classification
sovrasov Jun 2, 2023
c5fc5e3
Update model contaner
sovrasov Jun 6, 2023
4f0983b
Fix OTX segm wrapper
sovrasov Jun 6, 2023
5648e90
Fix linter
sovrasov Jun 6, 2023
9462d54
Update detection inference
sovrasov Jun 6, 2023
f57c4d9
Fix MRCNN inference
sovrasov Jun 6, 2023
11007f1
Fix tiling inference
sovrasov Jun 6, 2023
c79554b
Fix cls unit tests
sovrasov Jun 6, 2023
0295c18
Fix detection unit tests
sovrasov Jun 6, 2023
0c97432
Fix semantic segmentation UT
sovrasov Jun 6, 2023
bfdb054
Fix datumaro tests
sovrasov Jun 6, 2023
1331845
Ugrade mapi in action and anomaly
sovrasov Jun 6, 2023
56fbd8e
Update exp code commit ver
sovrasov Jun 6, 2023
6c07ee8
Add raw scores to cls config
sovrasov Jun 6, 2023
25f1de7
Revert changes in graph parsing test
sovrasov Jun 6, 2023
a660a7b
Fix model creation in modelAdapter
sovrasov Jun 7, 2023
52d432a
Fix metadata shape in ModelAdapter
sovrasov Jun 7, 2023
e02a9f3
Fix tile classifier config
sovrasov Jun 7, 2023
f58aab2
Update exportable code reqs
sovrasov Jun 7, 2023
1a6f25c
Fix model container
sovrasov Jun 7, 2023
cc3504a
Del unused import
sovrasov Jun 7, 2023
17137af
Update NNCF to release version
sovrasov Jun 7, 2023
2853fe6
Xfail movinet inference
sovrasov Jun 7, 2023
02eaf1e
Updatemapi
sovrasov Jun 7, 2023
b41b812
Update exportable code commit
sovrasov Jun 7, 2023
02a8153
Fix act test xfail
sovrasov Jun 7, 2023
a33e2e7
Fix tiling inference
sovrasov Jun 7, 2023
4398844
Fix imports
sovrasov Jun 7, 2023
a526482
Fix exports in unit tests
sovrasov Jun 7, 2023
39dce04
Fix tiling test
sovrasov Jun 8, 2023
54878f5
Swithc classification to PTQ
sovrasov Jun 8, 2023
055dc80
Extract quantization check
sovrasov Jun 8, 2023
2ec137a
Move transform to dataset
sovrasov Jun 8, 2023
98ad837
Switch to ptq in segmentation
sovrasov Jun 8, 2023
b803b69
Fix mypy
sovrasov Jun 8, 2023
256d0c6
Fix ptq naming
sovrasov Jun 12, 2023
72aaa56
Switch to PTQ in action task
sovrasov Jun 12, 2023
2fd5e77
Fix cls optimize test
sovrasov Jun 12, 2023
ce2bf72
Fix segmentation ptq test
sovrasov Jun 12, 2023
737b0c7
Fix action tests
sovrasov Jun 12, 2023
14006a5
PTQ for detection task
sovrasov Jun 12, 2023
303b99e
Use ignored_scope in segm pqt
sovrasov Jun 13, 2023
d85d82a
Extract OV data loader to a standalone class
sovrasov Jun 13, 2023
9542fb5
PTQ for anomaly
sovrasov Jun 13, 2023
abf4830
Shuffler for action PTQ dataset
sovrasov Jun 13, 2023
d65c4ea
Fix det unit tests
sovrasov Jun 13, 2023
790144f
Del unused import
sovrasov Jun 13, 2023
ccc4199
Update exportable code deps
sovrasov Jun 13, 2023
b94772c
Fix exportable code tiling
sovrasov Jun 13, 2023
f80d5f7
Update exportable code reqs
sovrasov Jun 13, 2023
867b3f7
Fix tiling in exportable code
sovrasov Jun 14, 2023
6babcc0
Use py configs for PTQ segmentation
sovrasov Jun 15, 2023
78664f6
Add py style PTQ configs
sovrasov Jun 15, 2023
827b09e
Del outdated pot segm configs
sovrasov Jun 15, 2023
31b5c04
Update ptq configs for anomaly
sovrasov Jun 15, 2023
5d09640
Fix cls explain inference
sovrasov Jun 15, 2023
70841e8
Fix activation cls wrapper
sovrasov Jun 16, 2023
c776790
PArtially fix OMZ plugin
sovrasov Jun 17, 2023
8d5f300
Fix opset version collisions
sovrasov Jun 19, 2023
2efdd27
Partially fix nncf ckpt
sovrasov Jun 19, 2023
54d5e35
Fix MRCNN wrapper
sovrasov Jun 19, 2023
3f1668a
Fix softmax opset ver
sovrasov Jun 20, 2023
0bb9873
Update changelog
sovrasov Jun 20, 2023
bf1651d
Update exportable code reqs
sovrasov Jun 20, 2023
943213c
Update ov related imports
sovrasov Jun 20, 2023
258a2c9
Update fq num refs for semantic segmentation
sovrasov Jun 20, 2023
30f3adb
Update fq refs for classification
sovrasov Jun 20, 2023
56a1c41
Add update mode for FQ refs
sovrasov Jun 20, 2023
c65ad93
Update fq refs for detection
sovrasov Jun 20, 2023
49660bf
Xfaail e2e for movinet
sovrasov Jun 20, 2023
818fa38
Update sses fqs pt2
sovrasov Jun 20, 2023
fbbfdd3
Upgrade nncf anomalib integration
sovrasov Jun 20, 2023
c1c31bb
Upgrade nncf weights loading workaround in anomaly task
sovrasov Jun 20, 2023
7f778ea
Update FQ refs for anomaly
sovrasov Jun 20, 2023
96e85da
Bypass PTQ for tile classifier
sovrasov Jun 20, 2023
1d25453
Update IS FQ refs
sovrasov Jun 21, 2023
08dae30
Update detection FQ refs
sovrasov Jun 21, 2023
8ae49fe
Fix tiling classifier PTQ bypass
sovrasov Jun 21, 2023
2dfc285
Minor updates in tests
sovrasov Jun 21, 2023
b0c5d2b
Fix ruff
sovrasov Jun 21, 2023
b4a2533
Fix tile classifier PTQ bypass condition
sovrasov Jun 21, 2023
341896f
Fix a typo
sovrasov Jun 21, 2023
bace62e
Update det ut
sovrasov Jun 21, 2023
70e5c5a
Update fq refs for tiling iseg
sovrasov Jun 21, 2023
6f7768e
Fix tiling inference configuration
sovrasov Jun 21, 2023
f3da463
Fix readme
sovrasov Jun 22, 2023
0020b11
Update datumaro commit
sovrasov Jun 27, 2023
b71faf7
Update datumaro commit
sovrasov Jun 27, 2023
0add9e6
Update masks postprocessing in OV wrapper
sovrasov Jun 28, 2023
48f37d2
Update mrcnn unit tests
sovrasov Jun 28, 2023
eeabbca
Fix yolox inference config
sovrasov Jun 28, 2023
bdddd6d
Update docs for NNCF state dict hooks
sovrasov Jun 28, 2023
58b3b7d
Fix comments formatting
sovrasov Jun 28, 2023
5f7a87f
Skip action det ov e2e tests
sovrasov Jun 29, 2023
675b34b
Update IS tests skips
sovrasov Jul 3, 2023
f8f3d67
Skip some of SS PTQ tests
sovrasov Jul 3, 2023
aac0adf
Fix a type in skip comment
sovrasov Jul 3, 2023
14ffe33
Fix data pipeline for tiling yolox
sovrasov Jul 3, 2023
b2ee3e0
Revert ss PTQ->POT
sovrasov Jul 4, 2023
f01604f
Re-enable POT tests for sseg
sovrasov Jul 4, 2023
9fec926
Fix ptq config managing
sovrasov Jul 4, 2023
cdfa1c0
Fix black
sovrasov Jul 4, 2023
b77dcee
Fix merge conflicts
sovrasov Jul 4, 2023
20b8157
Update refs to PTQ configs in docs
sovrasov Jul 4, 2023
deea851
Update changelog
sovrasov Jul 4, 2023
a6f098d
Update FQs refs for anomaly
sovrasov Jul 5, 2023
9000caa
Update FQ refs for SS models
sovrasov Jul 5, 2023
84418cb
Merge remote-tracking branch 'origin/develop' into vs/upd_ov
sovrasov Jul 6, 2023
a2cc7e2
Merge branch 'develop' into vs/upd_ov
jaegukhyun Jul 7, 2023
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
Prev Previous commit
Next Next commit
Add new model api to reqs
sovrasov committed Jul 3, 2023
commit 9c2dfb0502e421487b9fc41edfdb1f2632779df4
1 change: 1 addition & 0 deletions requirements/openvino.txt
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
nncf@ git+https://github.com/openvinotoolkit/nncf@263ec98825c1d639c61e635b755df0d1dace2f3d#egg=nncf
onnx==1.13.0
openmodelzoo-modelapi==2022.3.0
openvino-model-api==0.1.0
openvino==2023.0
openvino-dev==2023.0
openvino-telemetry>=2022.1.0