add rcnn's modeling part (#862)
add faster rcnn\mask\cascade rcnn model arch\module\op add base debug func in bufferdict
Showing
ppdet/modeling/__init__.py
0 → 100644
ppdet/modeling/anchor.py
0 → 100644
ppdet/modeling/backbone/resnet.py
0 → 100755
ppdet/modeling/head/__init__.py
0 → 100644
ppdet/modeling/head/bbox_head.py
0 → 100644
ppdet/modeling/head/mask_head.py
0 → 100644
ppdet/modeling/head/rpn_head.py
0 → 100644
ppdet/modeling/ops.py
0 → 100644
ppdet/utils/data_structure.py
0 → 100644
想要评论请 注册 或 登录