Arulkumar03's picture
Upload 1389 files
fcd8cdd
|
raw
history blame contribute delete
No virus
622 Bytes

A newer version of the Streamlit SDK is available: 1.36.0

Upgrade

This directory contains code to prepare a detectron2 model for deployment. Currently it supports exporting a detectron2 model to TorchScript, ONNX, or (deprecated) Caffe2 format.

Please see documentation for its usage.

Acknowledgements

Thanks to Mobile Vision team at Facebook for developing the Caffe2 conversion tools.

Thanks to Computing Platform Department - PAI team at Alibaba Group (@bddpqq, @chenbohua3) who help export Detectron2 models to TorchScript.

Thanks to ONNX Converter team at Microsoft who help export Detectron2 models to ONNX.