whai362 / pan_pp.pytorch

Official implementations of PSENet, PAN and PAN++.
Apache License 2.0
435 stars 90 forks source link

FFM is different between pan and pan_pp??? #84

Open Zhang-O opened 2 years ago

Zhang-O commented 2 years ago

https://github.com/whai362/pan_pp.pytorch/blob/aa4774b1bf360d0a8e54d520483514d57521bf34/models/pan.py#L62

Through my test in doc scene, FFM of pan is better than FFM of pan_pp when using the same model trained in a way of pan_pp. Why you changed the code of fusing features from FPEM? For consideration of speed or accuracy?