使用detectron中mask_rcnn模型进行预测

Posted acti

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用detectron中mask_rcnn模型进行预测相关的知识,希望对你有一定的参考价值。

python tools/infer_simple.py     --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml     --output-dir detectron-visualizations     --image-ext jpg        --wts model_weights/model_final.pkl  
     demo

以上是关于使用detectron中mask_rcnn模型进行预测的主要内容,如果未能解决你的问题,请参考以下文章

如何使用多个自定义数据集训练 Detectron2 模型

Mask_RCNN训练模型初步测试结果

调用训练好的detectron模型

如何注册要与detectron2 一起使用的数据集?我们有 COCO JSON 格式的图像及其注释

Windows11安装Detectron2(附详细操作指南)

Windows11安装Detectron2(附详细操作指南)