mmdeploy/tools
AllentDan f94d7b5abe
[Feature] Dump jsons to SDK (#279)
* save cods

* save codes

* save codes

* add docstring and fix ut

* use Resize to replace img_scale

* use Dict instead of dict()

* net && weights

* resolve comments

* update pipeline

* update pipeline

* update pipeline

* refactor preprocess

* merge master

* use imagetotensor

* use imagetotensor

* fix typos and improve docstring

* resolve comments

* update lq to img in mmedit

* add mask_thr_binary

* refactor dump info

* resolve comments

* add instance seg to dump info temperarily

* update meta_keys

* update meta_keys

* add meta_keys condition

* update postprocess for mmseg
2021-12-17 11:39:16 +08:00
..
check_env.py [Fix] Reanme ppl to pplnn for all cases (#273) 2021-12-14 15:04:39 +08:00
deploy.py [Feature] Dump jsons to SDK (#279) 2021-12-17 11:39:16 +08:00
extract.py
onnx2ncnn.py Add onnx2ncnn tool (#276) 2021-12-15 18:43:09 +08:00
onnx2pplnn.py [Feature]: Add onnx2pplnn tool (#296) 2021-12-16 17:01:33 +08:00
onnx2tensorrt.py Add onnx2tensorrt tool (#275) 2021-12-15 11:20:10 +08:00
test.py [Fix] fix bugs for mmcls performance test (#269) 2021-12-10 14:15:08 +08:00
torch2onnx.py