RangiLyu
15f188208a
[Feature]: Support export onnx models without post process. ( #5851 )
...
* [Feature]: Support export onnx models without post process.
* add docs
* fix typo
4 years ago
RangiLyu
2161c43ead
[Fix]: Fix mmcv deployment doc links. ( #5790 )
4 years ago
Shilong Zhang
46988b3ac9
Onnx cascade ( #5486 )
4 years ago
Guangchen Lin
806263e375
[Feature] enable exporting to onnx for PointRend ( #5440 )
...
* Fix export to onnx for PointRend
* Fix codestyle
* Fix codestyle
* Rename variables
* Fix export to onnx for PointRend
* Fix codestyle
* Fix codestyle
* Rename variables
* Fix exporting with batch
* Fix getting batch size
* support point rend exporting to ONNX with batch
* update doc
* update doc
* Fix doc
* refactor export point_rend to onnx
* onnx export
* updata onnx docs
* Modify the code style and fix potential bug
* Modify comments
* Modify docsting
* unify the representation of
* update docstring
Co-authored-by: Dmitry Sidnev <dmitry.sidnev@intel.com>
Co-authored-by: maningsheng <maningsheng@sensetime.com>
4 years ago
v-qjqs
bbd03fb5d1
Supports for exporting DETR to onnx with dynamic shapes and batch inference ( #5168 )
...
* support exporting `DETR` to ONNX with dynamic shapes and competitive performance
* support exporting `DETR` to ONNX with dynamic shapes and competitive performance
* add onnx performance docs for `DETR`
* fix lint error
* fix
* refactor the onnx export for detr
* fix doc
* supports batch inference for detr
* inherit config for batch inference
* fix type
* support batch inference for ONNX
* fix dynamically clip bboxes
* remove batch inference config
4 years ago
Guangchen Lin
206ce2ca71
[Docs] Modify pytorch2onnx docs ( #5269 )
...
* modify onnx docs
* modify onnx docs
* fixgrammatical errors
* we -> We
* refer to -> following
* use a more accurate reference
* modify the expression
* modify according to new get_start.md
4 years ago
RunningLeon
5ec72728a4
[Enhancement]: make deployment tools more friendly to use ( #5280 )
...
* fisrt commit
* convert with wrapper
* update doc
* remove std and mean from args
* add deprecation warnings
* add comments and deprecated warnings
Co-authored-by: q.yao <yaoqian@sensetime.com>
4 years ago
RunningLeon
8d40aefe04
[Feature]: Evaluation with TensorRT backend ( #5198 )
...
* evaluate trt models
* update version of onnx
* update maskrcnn results
* add backend argument
* update fcos results
* update
* fix bug
* update doc
4 years ago
v-qjqs
2e635eb5f6
Supports for exporting CornerNet to ONNX with dynamic shapes and comparable performance ( #5136 )
...
* Supports for exporting CornerNet to ONNX with dynamic shapes and comparable performance
* add docs for exporting cornernet, and simplify code
* fix doc
* format doc
* fix docstring
4 years ago
RunningLeon
e2223f35b3
[Doc]: refine table format for pytorch2onnx ( #5077 )
4 years ago
RunningLeon
a4a0a4748b
[Feature]: Support exporting to ONNX with batch and dynamic shape ( #5039 )
4 years ago
Haian Huang(深度眸)
e3e6ca76c6
Categorize tools ( #4501 )
...
* Categorize tools
* Update docs
* Rename tools
* Tool organization
4 years ago
RunningLeon
247785ceb3
add onnx simplify option to pytorch2onnx tool ( #4468 )
...
* add onnx simplify option
* resolve comments
* add warnings
4 years ago
RunningLeon
c551b598bb
[doc]: add doc for pytorch2onnx ( #4271 )
...
* [doc]: add doc for pytorch2onnx
* [doc]: remove blank lines
* resolve format of doc
* refact doc for pytorch2onnx
* add space
* add to index.rst
4 years ago