fengkai11 / handwriting_faster-rcnn

This is my homework of handwriting faster-rcnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handwriting_faster-rcnn

This is my homework of handwriting faster-rcnn

1. Overall Architectural

image ###1.1network network module
-- rpn;
-- roi-pooling;
-- detection head;

  • rpn
  • backone
    vgg
  • neck
    few convoluton layer
  • head
    detect

About

This is my homework of handwriting faster-rcnn


Languages

Language:Python 100.0%