whai362 / PSENet

Official Pytorch implementations of PSENet.
Apache License 2.0
1.17k stars 345 forks source link

What's the difference between the old version paper and the new version paper #163

Closed jewelc92 closed 3 years ago

jewelc92 commented 4 years ago

Is there any network structure or parameters difference between them

RoseSakurai commented 3 years ago

Yes. The major difference exists in detection head and post-propessing. In general, the new one is faster and nicer.