lindsey98
lindsey98
Hi, It's a dependency file in order to run phishpedia_eval(), you can just remove this import line if you only want to run phishintention_eval(). If you do want to get...
I think it's because my git file storage has a bandwidth limit. @gyNancy Please refer to this #2
Yes, it has no influence. We just want to check how many zero-day phishing we have reported, i.e., not reported by VirusTotal.
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...
Hi Fujiao, In Figure 11, we report the TPR (True Positive Rate) and FPR (False Positive Rate) for different thresholds of similarity. If a benign webpage/logo exceeds the threshold for...
Most of the benign 25k are not in the reference list. Our reference list only includes 277 brands. We observe that EMD often matches benign pages to irrelevant brands. The...
Hi Tjing, this file faster_rcnn_web_lr0.001.yaml. nTjing ***@***.***> 于2023年11月17日周五 17:37写道: > Hi, I would like to ask which profile was used for the AWL detector > training? > [image: image] >...
any update on this issue?
Hi, did you uncomment this line https://github.com/lindsey98/PhishIntention/blob/main/phishintention/src/AWL_detector.py#L32 ?
This is likely an installation error from Detectron2 and Pytorch, please manually install them: https://pytorch.org/get-started/previous-versions/ https://detectron2.readthedocs.io/en/latest/tutorials/install.html