lindsey98 / PhishIntention

PhishIntention: Phishing detection through webpage intention
MIT License
45 stars 12 forks source link

ASTER encoder #24

Open nTjing opened 7 months ago

nTjing commented 7 months ago

Hi Lin, I would like to ask which dataset you used to train the ASTER text recognition model?

lindsey98 commented 7 months ago

Hi nTjing,

For the ASTER text recognition model, we directly borrow an off-the-shelf pre-trained checkpoint: https://github.com/ayumiymk/aster.pytorch#pretrained-model. Then we only take the encoder part, freeze the weights, and serve as the shape embedding branch.

[image: Screenshot 2023-12-04 at 6.08.38 PM.png]

nTjing @.***> 于2023年12月4日周一 14:37写道:

Hi Lin, I would like to ask which dataset you used to train the ASTER text recognition model?

— Reply to this email directly, view it on GitHub https://github.com/lindsey98/PhishIntention/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMJCOK3IW7TFXLYW5FEOOPDYHVVUNAVCNFSM6AAAAABAFOTARGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDGMJTGU4DMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

nTjing commented 7 months ago

Hi nTjing, For the ASTER text recognition model, we directly borrow an off-the-shelf pre-trained checkpoint: https://github.com/ayumiymk/aster.pytorch#pretrained-model. Then we only take the encoder part, freeze the weights, and serve as the shape embedding branch. [image: Screenshot 2023-12-04 at 6.08.38 PM.png] nTjing @.> 于2023年12月4日周一 14:37写道: Hi Lin, I would like to ask which dataset you used to train the ASTER text recognition model? — Reply to this email directly, view it on GitHub <#24>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMJCOK3IW7TFXLYW5FEOOPDYHVVUNAVCNFSM6AAAAABAFOTARGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDGMJTGU4DMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

I see. Thank you for your reply!