mmdeploy/tools
HinGwenWoong aabab46d8a
[Enhancement] Improve MMDeploy Regression test (#425)
* make regression test as a module under project

* using `--codebase` instead of  `--deploy-yml`

* Improve doc for `--codebase`

* Add shorter arg  `-p` for `--performance`

* make `checopoint-dir` as an arg for the script

* Gen error log when convert fail.

* Improve res code for testing

* Doc add sdk test detail

* Doc add env setup

* Fix lint

* Fix doc lint

* Improve model path in report

* Improve report title

* Improve report checkpoint path

* Fix lint

* move test yaml under `tests/regression`

* Improve the test yaml path

* Fix lint

* Improve doc

* make func `update_report` code better

* move doc to new location

* Fix arg

* Update arg details

* Use cpu when openvino and onnxruntime cpu package

* Fix word

* Fix func of openpyxl 3.0.9

* Add some info

* Fix lint

* Fix filename

* Fix doc link

* Fix dir name with space when is not sdk

* Add args `--models` for test specific model(s)

* not saving report when no model in codebase when using `--models`

* Fix doc

* Fix lint

* Add table for metric in doc

* Improve table for doc

* Using `None` install of `['all']`

* Improce doc

* set device type properly

* Increate popen bufsize

* Add `precision_type` in `work-dir`

* Fix popen stuck

* Fix lint

* Fix lint

* Fix popen stuck by using file handler

* Make metric dataset as a list

* Update mmseg.yml

* Remove 'FPS' in the report

* Update do_regression_test.md

* Improve log

* Fix codespell

* Fix doc

* ncnn only save `xxx.param` as checkpoint name in the report

Co-authored-by: maningsheng <mnsheng@yeah.net>
2022-05-27 17:08:32 +08:00
..
package_tools [Refactor][tools] Add prebuild tools. (#347) 2022-05-23 17:15:09 +08:00
scripts MMdeploy build & install script + prerequisites (#399) 2022-05-25 17:13:24 +08:00
check_env.py Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00
deploy.py feat(tools/deploy.py): support ncnn quantization (#476) 2022-05-26 19:53:56 +08:00
extract.py
onnx2ncnn.py Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
onnx2ncnn_quant_table.py feat(tools/deploy.py): support ncnn quantization (#476) 2022-05-26 19:53:56 +08:00
onnx2pplnn.py
onnx2tensorrt.py
quant_image_dataset.py feat(tools/deploy.py): support ncnn quantization (#476) 2022-05-26 19:53:56 +08:00
regression_test.py [Enhancement] Improve MMDeploy Regression test (#425) 2022-05-27 17:08:32 +08:00
test.py [Enhacement] Allow test.py to save evaluation results (#108) 2022-01-26 19:57:00 +08:00
torch2onnx.py