PhishIntention icon indicating copy to clipboard operation
PhishIntention copied to clipboard

Missing File: phishintention.src.phishpedia_logo_detector.inference

Open imethanlee opened this issue 2 years ago • 2 comments

Hi,

Looks like this import package phishintention.src.phishpedia_logo_detector.inference is missing in ./phishintention/src/pipeline_eval.py file. Could you please show where we can find this file?

Tks

imethanlee avatar Jun 13 '22 08:06 imethanlee

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 the results from phishpedia, you can look at the phishpedia repo https://github.com/lindsey98/Phishpedia/blob/main/phishpedia/src/pipeline_eval.py

lindsey98 avatar Jun 14 '22 02:06 lindsey98

Tks!

imethanlee avatar Jun 14 '22 03:06 imethanlee