Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error no module of RegionGrow2D #3

Open
cindy12-gao opened this issue Aug 12, 2023 · 0 comments
Open

Error no module of RegionGrow2D #3

cindy12-gao opened this issue Aug 12, 2023 · 0 comments

Comments

@cindy12-gao
Copy link

Hi, following the instruction, I have installed ./build/ lib.win-amd64-cpython-37 file. when I ran the demo file , there is an error about no module of regionGrow 2D, hope for your suggestion!
Traceback (most recent call last):
File "C:/Program Files/JetBrains/PyCharm Community Edition 2023.1.2/plugins/python-ce/helpers/pydev/pydevd.py", line 1496, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm Community Edition 2023.1.2\plugins\python-ce\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "E:\RegionGrowth-master\demo.py", line 17, in
out_img = RegionGrowth.RegionGrow2D(img, masks, upperThreshold=255, lowerThreshold=0, neighborMode="8n").main(seeds,updata=True)
AttributeError: module 'RegionGrowth' has no attribute 'RegionGrow2D'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant