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

findPositiveSamples() output no data, in p2ch10 (kaggle) #110

Open
katychou opened this issue Jul 6, 2023 · 0 comments
Open

findPositiveSamples() output no data, in p2ch10 (kaggle) #110

katychou opened this issue Jul 6, 2023 · 0 comments

Comments

@katychou
Copy link

katychou commented Jul 6, 2023

p2ch10_explore_data.ipynb on kaggle
dataset :https://www.kaggle.com/datasets/avc0706/luna16

1.The program executes to line1 np.histogram(diameter_list) ouput is all ok ,

2.mhd_list = glob.glob('/kaggle/input/luna16/subset*/subset*/*.mhd') ouput many mhd files, is ok

3.series_uid='1.3.6.1.4.1.14519.5.2.1.6279.6001.137763212752154081977261297097'
a = glob.glob('/kaggle/input/luna16/subset0/subset0/{}.mhd'.format(series_uid))[0]
a
output:'/kaggle/input/luna16/subset0/subset0/1.3.6.1.4.1.14519.5.2.1.6279.6001.137763212752154081977261297097.mhd' , is ok

but,
run positiveSample_list = findPositiveSamples() ,just init, ouput no data
findPositiveSamples() ,output:[]

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