hsokooti / RegNet

Nonrigid image registration using multi-scale 3D convolutional neural networks
Apache License 2.0
192 stars 50 forks source link

ImportError: No module named 'functions.RegNetModel.crop1_connection' #6

Open markemus opened 5 years ago

markemus commented 5 years ago
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/markemus/dev/RegNet/RegNet3D.py", line 17, in <module>
    import functions.RegNetModel as RegNetModel
  File "/home/markemus/dev/RegNet/functions/RegNetModel/__init__.py", line 17, in <module>
    from .crop1_connection import crop1_connection
ImportError: No module named 'functions.RegNetModel.crop1_connection'

I got this error trying to run RegNet3D.py. Commenting those imports fixed the error, and grep doesn't show any usage for them.

hsokooti commented 5 years ago

Dear markemus,

Thank you for your feedback. That bug is now fixed.