wentaozhu / DeepLung

WACV18 paper "DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification"
Apache License 2.0
315 stars 143 forks source link

about LabelMapping #20

Closed zll152 closed 6 years ago

zll152 commented 6 years ago

Hi, when i use my volume (969648)and label to run the “main.py”,i get this error

”dz = (target[0] - oz[pos[0]]) / anchors[pos[3]] IndexError: index 4 is out of bounds for axis 0 with size 0” and the index ,may be 5,6 or 7 in this error。 I have try to print the ”target,oz,anchors ”before run the ”dz = (target[0] - oz[pos[0]]) / anchors[pos[3]]”,but i failed。 meanwhile I can't understand the details in the LabelMapping function. Could you please explain it? thanks very much!

mowen9 commented 6 years ago

I also met the problem. Have you solved it?

wentaozhu commented 6 years ago

How about the LUNA16 data? Maybe you can first run on LUNA16 dataset.