SURFZJY / EAST-caffe

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

Training model and documentation #1

Closed ghost closed 4 years ago

ghost commented 5 years ago

@SURFZJY What is the code status? will you add documentation and pre-trained models?

SURFZJY commented 5 years ago

The code can be run (both the train.py and the demo.py) if you have configured the caffe enviornment. You can change the Relu6 layer to Relu if you do not compile the relu6 support. We will provide vgg16 and some other efficient modelsl in the future. Some demos or the pretrianed models will be added in the future too.

SURFZJY commented 4 years ago

The project has been cleared up, and the pretained model has been provided.

ghost commented 4 years ago

@SURFZJY Thanks for your hard work, you are amazing.

Installing caffe have been a nightmare to me, I still can't get caffe to compile..... hmmm.....