EntropyRateSuperpixel
EntropyRateSuperpixel copied to clipboard
Run demoERS.py on Spyder with Anaconda
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 @mingyuliutw I am facing the same issue, have anyone of you solved it?
have you solved it?
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