SURFZJY / EAST-caffe

A Caffe implementation of EAST text detector
MIT License
17 stars 8 forks source link

Caffe API test result is different from dnn api #8

Open MonaZJU opened 3 years ago

MonaZJU commented 3 years ago

I run my model by demo.py The model is trained by caffe The result seems right when I choose dnn api ,but it is wrong when I swap to caffe api. How to solve this problem?