Yuexin Li

Results 22 comments of Yuexin Li

Thanks for the reply. Seems working now with your provided files. I think the problem is that Github somehow corrupts the big files (e.g., those .pth files), so replacing with...

Ah, looks like I don't have a Chrome installed in the remote machine. I will try to install it. Thanks for the help.

Seems working after installing Chrome. For linux environment, some additional lines may need to be added in `phishintention_config.py`, which is ``` options.add_argument('--no-sandbox') options.add_argument('--disable-dev-shm-usage') options.add_argument('--disable-gpu') options.add_argument('--headless') ``` Here is the screenshot...

Hi, Sure. Thanks for your help. The website I test is exactly the same as the one you provided in the 'Use it as a packgake/Run in python to test...

Yes, I have the output you mentioned, except that my matching condifence is 0.9679289. I will have a try on other websites, and will reach you if other issues happen....

Thanks. I would like to ask some questions about reproducing the results of the paper. Let's say 9010 webpages you mentioned section 5.1. Is this dataset available to the public?...

To other users: The problem in https://github.com/lindsey98/PhishIntention/issues/2#issue-1230714197 can be easily solved by installing Git LFS (https://git-lfs.github.com/) to the machine you use. After installing Git LFS, the clone process will download...