mirror of https://github.com/JosephKJ/OWOD.git
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
caffe2_converter.py | ||
caffe2_mask_rcnn.cpp | ||
torchscript_traced_mask_rcnn.cpp |
README.md
This directory contains:
-
A script that converts a detectron2 model to caffe2 format.
-
An example that loads a Mask R-CNN model in caffe2 format and runs inference.
See tutorial for their usage.