whai362 / PSENet

Official Pytorch implementations of PSENet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progressive scale expansion algorithm

WenmuZhou opened this issue · comments

Can you open source the progressive scale expansion algorithm alone?

PSE is based on breadth-first search. The python code is pse.txt. The python code is just easy to read. For high efficiency, you can use c++ to implement it.

I have tried to train the model without modifing any parameter. However, the results are not correct, generating too many boxes even filling the pictures.I don't konw how to solve this problem.

You can check the config file in config/psenet/