Advertisement

Detectron2 Mask R-CNN 代码笔记

阅读量:

The main code file is located at detectron2/detectron2/modeling/meta_arch/rcnn.py.
The default configuration can be found in detectron2/detectron2/config/defaults.py.
The RPN_head directory includes the implementation of detectron2/detectron2/modeling/proposal_generator/rpn.py.
The Mask_head directory contains the corresponding implementation in detectron2/detectron2/modeling/roi_heads/mask_head.py.
Within the fast_rcnn family, the box_loss head is defined in detectron2/detectron2/modeling/roi_heads/fast_rcnn.py.
The pooler module is implemented in `detectron2/detectron2/

全部评论 (0)

还没有任何评论哟~