Advertisement

计算机视觉之目标检测库安装日志

阅读量:

detectron2开源项目的具体存放位置如下:

https://github.com/facebookresearch/detectron2

关于detectron2的安装说明,可参考以下链接:

Installation — detectron2 0.6 documentation

用于测试的示例代码

复制代码
    python demo.py --config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml --input ../test_img/test3.png --opts MODEL.WEIGHTS ../mask_rcnn/model_final_a54504.pkl
    

MMdetection项目所在位置:

https://github.com/open-mmlab/mmdetection

关于MMdetection的安装指南:

[依赖 — MMDetection 2.18.0 文档](https://mmd

全部评论 (0)

还没有任何评论哟~