minyoungg / selfconsistency

Code for the paper: Fighting Fake News: Image Splice Detection via Learned Self-Consistency
Apache License 2.0
190 stars 43 forks source link

i can't get normalized cut results #3

Open yelusaleng opened 5 years ago

yelusaleng commented 5 years ago

Thanks your works for every researchers.

the detection result (Cluster w/ MeanShift) of demo.py is same as your showing, but i get a wrong result (Segment with NCusts) when i run ncuts_demo.py. the error message is 'Intel MKL ERROR: Parameter 6 was incorrect on entry to DLASWP'. i tried to find answer for this question, but i failed. could you give me some solving suggestions? thanks again. @minyoungg @andrewowens @Eschew @AndrewHLiu

maymay1982 commented 1 year ago

I encountered the same question. Have you solved it?