Moved Post-training Optimization Tool to open-source (#7940)

* Moved POT to opensource

* Added OMZ as a submodule

* Exclude OMZ from ShellCheck
This commit is contained in:
Alexander Kozlov
2021-10-15 16:35:35 +03:00
committed by GitHub
parent 2e4514b4df
commit bbeec714aa
412 changed files with 31910 additions and 0 deletions

10
.gitattributes vendored
View File

@@ -64,3 +64,13 @@
*.gif filter=lfs diff=lfs merge=lfs -text
*.vsdx filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
#POT attributes
tools/pot/tests/data/test_cases_refs/* filter=lfs diff=lfs merge=lfs -text
/tools/pot/tests/** -pot_package
/configs/accuracy_checker/** -pot_package
/configs/quantization/** -pot_package
/tools/pot/tools/auxilary/** -pot_package
/tools/pot/tools/run_series_experiments.py -pot_package
/tools/pot/.pylintrc -pot_package
/tools/pot/README_dev.md -pot_package