ymli39 / DeepSEED-3D-ConvNets-for-Pulmonary-Nodule-Detection

DeepSEED: 3D Squeeze-and-Excitation Encoder-Decoder ConvNets for Pulmonary Nodule Detection
MIT License
109 stars 33 forks source link

from layers import iou ModuleNotFoundError: No module named 'layers' #36

Closed aldemirfilho closed 2 years ago

aldemirfilho commented 2 years ago

hello, after running the pre-processing of the data, and starting the training, I'm getting the following error:

File "/content/drive/MyDrive/Pibic/DeepSEED-3D-ConvNets-for-Pulmonary-Nodule-Detection-master/luna_detector/data_loader.py", line 16, in from layers import iou ModuleNotFoundError: No module named 'layers'

I searched and didn't find much about this library, did it have any updates? Can you give me instructions on how to proceed?

Thanks!

ymli39 commented 2 years ago

Sorry my bad, the directory should be layers_se.py instead of layers.py.

aldemirfilho commented 2 years ago

Thanks!