-
Notifications
You must be signed in to change notification settings - Fork 115
where can i install moudle util.opencv_helpers #50
Comments
Any news o on this, @dgoldman-ebay @josharian ? |
@muyilangjun1 what are you trying to accomplish? The files to which you are referring were intended for use with Cython, to make this DMZ code available to the various Python scripts we had used for developing the deep-learning models used by card.io. As noted elsewhere, @josharian and I failed to accomplish our intended goal of cleaning up and posting those scripts, along with sufficient documentation to make them useable by other developers, prior to our stepping away from the card.io project. The |
@dgoldman-ebay I want to do the same thing in the server side lilke card.io.Recetly i read your code, |
Ah, I understand. It might be possible for me to find a copy of In any case, if you're planning on sending images of credit cards to a server, you might have a more fundamental issue. Both the transmission of such images over the Internet, and the storage of those images on a server, might be seen as problematic by both users and credit card companies. Something for you to think about... |
raceback (most recent call last):
File "user_pyximpot.py", line 4, in
from dmz import *
File "/usr/local/lib/python3.6/site-packages/pyximport/pyximport.py", line 458, in load_module
language_level=self.language_level)
File "/usr/local/lib/python3.6/site-packages/pyximport/pyximport.py", line 231, in load_module
raise exc.with_traceback(tb)
File "/usr/local/lib/python3.6/site-packages/pyximport/pyximport.py", line 216, in load_module
mod = imp.load_dynamic(name, so_path)
File "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/imp.py", line 343, in load_dynamic
return _load(spec)
File "dmz.pyx", line 9, in init dmz
import util.opencv_helpers
ImportError: Building module dmz failed: ["ModuleNotFoundError: No module named 'util'\n"]
The text was updated successfully, but these errors were encountered: