DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

outofmemory #22

Open XWalways opened 5 years ago

XWalways commented 5 years ago

I've checked my tensorflow=1.2.1,cuda=8.0.61,cudnn=5.1,python=2.7,but always out of memory,WHY ?

yangxue0827 commented 5 years ago

Something wrong with r-nms, I haven't found the reason yet. @XWalways

DetectionIIT commented 5 years ago

I met the same problem, have you solved?? thanks!!