xiongzhu666 / Sky-Segmentation-and-Post-processing

MIT License
110 stars 23 forks source link

Could you tell us what paper or algorithm your mask_refine.ccp is based on #8

Open wengjiyao opened 1 year ago

wengjiyao commented 1 year ago

Could you tell us what the paper mentioned in your mask_refine.ccp and what algorithms it implements?

Thank you!

xiongzhu666 commented 1 year ago

Could you tell us what the paper mentioned in your mask_refine.ccp and what algorithms it implements?

Thank you!

https://arxiv.org/abs/2006.10172. I had writen in the repo

calebhemara commented 1 year ago

Will you release onnx of mask_refine with pre-trained weights in the future? Thanks

xiongzhu666 commented 1 year ago

Will you release onnx of mask_refine with pre-trained weights in the future? Thanks

Mask refine is not based on deep-learning,it is just based on weight guided filter as the paper describe

calebhemara commented 1 year ago

I see, thank you !