EntropyRateSuperpixel icon indicating copy to clipboard operation
EntropyRateSuperpixel copied to clipboard

Run demoERS.py on Spyder with Anaconda

Open Dsaqui opened this issue 5 years ago • 3 comments

I tried to run demoERS.py on Spyder installed with Anaconda and Python 3.6 but it showed the following error message: ImportError: DLL load failed: The specified module could not be found. How can I solve it?

Thanks

Dsaqui avatar Mar 11 '19 22:03 Dsaqui

@Dsaqui @mingyuliutw I am facing the same issue, have anyone of you solved it?

Ashish77IITM avatar Apr 18 '19 09:04 Ashish77IITM

have you solved it?

zhangyuxin0 avatar May 17 '19 08:05 zhangyuxin0

This issue is caused by the python version. The old module is built for python2 . Use this following code and rebuild the Module for python3. https://github.com/aniku777tw/ERS-EntropyRateSuperpixel

aniku777tw avatar Aug 23 '21 00:08 aniku777tw