vicariousinc / science_rcn

Reference implementation of a two-level RCN model

Home Page:https://www.vicarious.com/Common_Sense_Cortex_and_CAPTCHA.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named _dilation

jasan001 opened this issue · comments

(caffe) wmdeMacBook-Pro:science_rcn-master wm$ python science_rcn/run.py
Traceback (most recent call last):
File "science_rcn/run.py", line 27, in
from inference import test_image
File "/Users/wm/workspace/RCN/science_rcn-master/science_rcn/inference.py", line 15, in
from dilation.dilation import dilate_2d
File "/Users/wm/workspace/RCN/science_rcn-master/science_rcn/dilation/dilation.py", line 4, in
from _dilation import max_filter1d, brute_max_filter1d
ImportError: No module named _dilation

``