OWOD/tools/deploy
Joseph 73d7a85f88 Detectron2 2020-09-29 05:47:18 +05:30
..
CMakeLists.txt Detectron2 2020-09-29 05:47:18 +05:30
README.md Detectron2 2020-09-29 05:47:18 +05:30
caffe2_converter.py Detectron2 2020-09-29 05:47:18 +05:30
caffe2_mask_rcnn.cpp Detectron2 2020-09-29 05:47:18 +05:30
torchscript_traced_mask_rcnn.cpp Detectron2 2020-09-29 05:47:18 +05:30

README.md

This directory contains:

  1. A script that converts a detectron2 model to caffe2 format.

  2. An example that loads a Mask R-CNN model in caffe2 format and runs inference.

See tutorial for their usage.