10 lines
266 B
Markdown
Raw Normal View History

2025-01-28 21:48:35 +00:00
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](https://detectron2.readthedocs.io/tutorials/deployment.html)
for their usage.