Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdan committed Jul 18, 2017
1 parent 4d8ddfb commit da4e4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -142,7 +142,7 @@ Thanks should be given to the authors of the Seglink paper, i.e., Baoguang Shi1



[EAST](https://arxiv.org/abs/1704.03155) is another paper on text detection has been accepted by CVPR 2017, and its reported result is better than SegLink. However After having implemented the SegLink algorithm, I don't think the better performance of EAST is caused by its deep direct regression model, because it should have benefited a lot from its network architecture, featue fusion, loss design and some other trick. And I think that there is a huge improvement space for seglink by adopting the following tricks:
[EAST](https://arxiv.org/abs/1704.03155) is another paper on text detection accepted into CVPR 2017, and its reported result is better than SegLink. However After having implemented the SegLink algorithm, I don't think the better performance of EAST is caused by its deep direct regression model, because it should have benefited a lot from its network architecture, featue fusion, loss design and some other trick. And I think that there is a huge improvement space for seglink by adopting the following tricks:

* Change the bared VGG16 to resnet, U-net, etc.

Expand Down
2 changes: 1 addition & 1 deletion push.sh
@@ -1,4 +1,4 @@
git add . --all
git commit -m "add moving average"
git commit -m "update README.md"
git push -u origin master

0 comments on commit da4e4ae

Please sign in to comment.