You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for this nice code.
I am trying to run your code using Luna dataset - testing the xai_viewer.py
The code is working charmly and I can upload the image successfully on the viewer. However, when I want to detect the nodule on the corresponding image, I face this error:
Traceback (most recent call last):
File "/home/shahab/Documents/Codes/lung_nodule_detector-master/detector_viewer/xai_viewer.py", line 144, in detect
labels = np.load(self.gt_path)
File "/home/shahab/Documents/Codes/lungmask-master/venv/lib/python3.6/site-packages/numpy/lib/npyio.py", line 428, in load
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/home/shahab/Documents/Codes/lung_nodule_detector-master/detector_viewer/seg/1.3.6.1.4.1.14519.5.2.1.6279.6001.102681962408431413578140925249_label.npy'
Which obviously the segmentation files does not work properly. The files from the link you mentioned are xml format. However, in the code as it is clear your are reading the np values.
Can you please help me if I miss some part of the dataset or the procedure.
All the best,
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this nice code.
I am trying to run your code using Luna dataset - testing the xai_viewer.py
The code is working charmly and I can upload the image successfully on the viewer. However, when I want to detect the nodule on the corresponding image, I face this error:
Traceback (most recent call last):
File "/home/shahab/Documents/Codes/lung_nodule_detector-master/detector_viewer/xai_viewer.py", line 144, in detect
labels = np.load(self.gt_path)
File "/home/shahab/Documents/Codes/lungmask-master/venv/lib/python3.6/site-packages/numpy/lib/npyio.py", line 428, in load
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/home/shahab/Documents/Codes/lung_nodule_detector-master/detector_viewer/seg/1.3.6.1.4.1.14519.5.2.1.6279.6001.102681962408431413578140925249_label.npy'
Which obviously the segmentation files does not work properly. The files from the link you mentioned are xml format. However, in the code as it is clear your are reading the np values.
Can you please help me if I miss some part of the dataset or the procedure.
All the best,
The text was updated successfully, but these errors were encountered: